Skip to content

Commit

Permalink
Update Dockerfile-bullseye
Browse files Browse the repository at this point in the history
Allow newer npm package as 5.8
  • Loading branch information
sidey79 authored Jun 1, 2022
1 parent f73b488 commit 7ac1f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-bullseye
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ RUN if ( [ "${NPM_PKGS}" != "" ] || [ "${IMAGE_LAYER_NODEJS}" != "0" ] || [ "${I
nodejs=14.* \
&& if [ ! -e /usr/bin/npm ]; then \
LC_ALL=C DEBIAN_FRONTEND=noninteractive apt-get install -qqy --no-install-recommends \
npm=5.8.* \
npm=5.* \
; fi \
&& npm install -g --unsafe-perm --production \
npm \
Expand Down

0 comments on commit 7ac1f86

Please sign in to comment.