We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dacfcf commit a734b5cCopy full SHA for a734b5c
2 files changed
.docker/Dockerfile.alpine
@@ -40,7 +40,7 @@ FROM base AS build
40
# Install Build tools
41
RUN apk add --no-cache --virtual buildtools build-base linux-headers udev python
42
43
-RUN npm install --only=production
+RUN npm install --unsafe-perm --no-update-notifier --only=production
44
RUN /tmp/remove_native_gpio.sh
45
RUN cp -R node_modules prod_node_modules
46
docker-custom/Dockerfile.custom
@@ -36,7 +36,7 @@ FROM base AS build
36
37
38
39
0 commit comments