No need for bower anymore.

- Legacy-Id: 19650
This commit is contained in:
Lars Eggert 2021-11-12 12:01:35 +00:00
parent 333d1c40ac
commit 273feec52d

View file

@ -77,9 +77,6 @@ RUN echo "LC_ALL=en_US.UTF-8" >> /etc/environment && \
update-locale LC_ALL en_US.UTF-8
ENV LC_ALL en_US.UTF-8
# Install bower
RUN npm install -g bower
# Install idnits
ADD https://raw.githubusercontent.com/ietf-tools/idnits-mirror/main/idnits /usr/local/bin/
RUN chmod +rx /usr/local/bin/idnits
@ -101,4 +98,4 @@ RUN sed -i 's/\r$//' /docker-init.sh && \
chmod +x /docker-init.sh
WORKDIR /root/src
# ENTRYPOINT [ "/docker-init.sh" ]
# ENTRYPOINT [ "/docker-init.sh" ]