Skip to content

Commit 8ff12e1

Browse files
committed
fix: set npm update notifier config globally
1 parent 43f46e4 commit 8ff12e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN apt-get update \
66
&& apt-get install -y --no-install-recommends curl ca-certificates gnupg \
77
&& curl -fsSL https://deb.nodesource.com/setup_22.x | bash - \
88
&& apt-get install -y --no-install-recommends nodejs \
9-
&& npm config set update-notifier false \
9+
&& npm config set -g update-notifier false \
1010
&& rm -rf /var/lib/apt/lists/*
1111
USER foundry
1212

0 commit comments

Comments
 (0)