Commit b0c8df4 1 parent a19a787 commit b0c8df4 Copy full SHA for b0c8df4
File tree 7 files changed +7
-0
lines changed
7 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -10,5 +10,6 @@ USER node
10
10
11
11
# Disable npm update check
12
12
ENV NO_UPDATE_NOTIFIER true
13
+ ENV npm_config_update_notifier false
13
14
14
15
WORKDIR /app
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ ENV GYP_DEFINES target_arch=arm64 android_target_arch=arm64 host_os=linux OS=and
30
30
31
31
# Disable npm update check
32
32
ENV NO_UPDATE_NOTIFIER true
33
+ ENV npm_config_update_notifier false
33
34
34
35
# Set inherited dockcross labels to empty values.
35
36
# Labels can't be deleted (https://github.com/moby/moby/issues/3465)
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ ENV GYP_DEFINES target_arch=arm android_target_arch=arm host_os=linux OS=android
30
30
31
31
# Disable npm update check
32
32
ENV NO_UPDATE_NOTIFIER true
33
+ ENV npm_config_update_notifier false
33
34
34
35
# Set inherited dockcross labels to empty values.
35
36
# Labels can't be deleted (https://github.com/moby/moby/issues/3465)
Original file line number Diff line number Diff line change @@ -17,5 +17,6 @@ USER node
17
17
18
18
# Disable npm update check
19
19
ENV NO_UPDATE_NOTIFIER true
20
+ ENV npm_config_update_notifier false
20
21
21
22
WORKDIR /app
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ ENV TARGET_PLATFORM ${PREBUILD_PLATFORM}
28
28
29
29
# Disable npm update check
30
30
ENV NO_UPDATE_NOTIFIER true
31
+ ENV npm_config_update_notifier false
31
32
32
33
# Set inherited dockcross labels to empty values.
33
34
# Labels can't be deleted (https://github.com/moby/moby/issues/3465)
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ ENV TARGET_PLATFORM ${PREBUILD_PLATFORM}
28
28
29
29
# Disable npm update check
30
30
ENV NO_UPDATE_NOTIFIER true
31
+ ENV npm_config_update_notifier false
31
32
32
33
# Set inherited dockcross labels to empty values.
33
34
# Labels can't be deleted (https://github.com/moby/moby/issues/3465)
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ ENV TARGET_PLATFORM ${PREBUILD_PLATFORM}
28
28
29
29
# Disable npm update check
30
30
ENV NO_UPDATE_NOTIFIER true
31
+ ENV npm_config_update_notifier false
31
32
32
33
# Set inherited dockcross labels to empty values.
33
34
# Labels can't be deleted (https://github.com/moby/moby/issues/3465)
You can’t perform that action at this time.
0 commit comments