File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ FROM base AS build
4040# Install Build tools
4141RUN apk add --no-cache --virtual buildtools build-base linux-headers udev python
4242
43- RUN npm install --only=production
43+ RUN npm install --unsafe-perm --no-update-notifier -- only=production
4444RUN /tmp/remove_native_gpio.sh
4545RUN cp -R node_modules prod_node_modules
4646
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ FROM base AS build
3636# Install Build tools
3737RUN apk add --no-cache --virtual buildtools build-base linux-headers udev python
3838
39- RUN npm install --only=production
39+ RUN npm install --unsafe-perm --no-update-notifier -- only=production
4040RUN /tmp/remove_native_gpio.sh
4141RUN cp -R node_modules prod_node_modules
4242
You can’t perform that action at this time.
0 commit comments