Skip to content

Commit

Permalink
Fix npm install for Docker. (#1662)
Browse files Browse the repository at this point in the history
  • Loading branch information
melaniekung committed Sep 25, 2023
1 parent 9fd22ac commit 1b3a7f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ RUN set -xe \
bash \
gnu-libiconv \
fcgi \
&& npm install -g npm "less@<4.0.0" \
&& npm install -g "less@<4.0.0" \
&& curl -Ls https://archive.apache.org/dist/xmlgraphics/fop/binaries/fop-2.1-bin.tar.gz | tar xz -C /usr/share \
&& ln -sf /usr/share/fop-2.1/fop /usr/local/bin/fop

Expand Down

0 comments on commit 1b3a7f7

Please sign in to comment.