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 3e75108 commit 2c68786Copy full SHA for 2c68786
zigbee2mqtt-edge/Dockerfile
@@ -15,7 +15,7 @@ RUN apk add --update --no-cache \
15
echo "Installed zigbee2mqtt @ version $(eval git rev-parse --short HEAD)" && \
16
npm install --unsafe-perm -g pm2 && \
17
npm install --unsafe-perm && \
18
- apk del make gcc g++ linux-headers udev git python2 && \
+ apk del make gcc g++ linux-headers git python2 && \
19
rm -rf /app/docs /app/test /app/images /app/scripts /app/data /app/docker /app/LICENSE /app/README.md /app/update.sh
20
21
COPY run.sh /app/run.sh
0 commit comments