Skip to content

Commit 273feec

Browse files
committed
No need for bower anymore.
- Legacy-Id: 19650
1 parent 333d1c4 commit 273feec

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

docker/app.Dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,6 @@ RUN echo "LC_ALL=en_US.UTF-8" >> /etc/environment && \
7777
update-locale LC_ALL en_US.UTF-8
7878
ENV LC_ALL en_US.UTF-8
7979

80-
# Install bower
81-
RUN npm install -g bower
82-
8380
# Install idnits
8481
ADD https://raw.githubusercontent.com/ietf-tools/idnits-mirror/main/idnits /usr/local/bin/
8582
RUN chmod +rx /usr/local/bin/idnits
@@ -101,4 +98,4 @@ RUN sed -i 's/\r$//' /docker-init.sh && \
10198
chmod +x /docker-init.sh
10299

103100
WORKDIR /root/src
104-
# ENTRYPOINT [ "/docker-init.sh" ]
101+
# ENTRYPOINT [ "/docker-init.sh" ]

0 commit comments

Comments
 (0)