We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43f46e4 commit 8ff12e1Copy full SHA for 8ff12e1
1 file changed
Dockerfile
@@ -6,7 +6,7 @@ RUN apt-get update \
6
&& apt-get install -y --no-install-recommends curl ca-certificates gnupg \
7
&& curl -fsSL https://deb.nodesource.com/setup_22.x | bash - \
8
&& apt-get install -y --no-install-recommends nodejs \
9
- && npm config set update-notifier false \
+ && npm config set -g update-notifier false \
10
&& rm -rf /var/lib/apt/lists/*
11
USER foundry
12
0 commit comments