Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Oct 17, 2019
1 parent 3e75108 commit 2c68786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zigbee2mqtt-edge/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN apk add --update --no-cache \
echo "Installed zigbee2mqtt @ version $(eval git rev-parse --short HEAD)" && \
npm install --unsafe-perm -g pm2 && \
npm install --unsafe-perm && \
apk del make gcc g++ linux-headers udev git python2 && \
apk del make gcc g++ linux-headers git python2 && \
rm -rf /app/docs /app/test /app/images /app/scripts /app/data /app/docker /app/LICENSE /app/README.md /app/update.sh

COPY run.sh /app/run.sh
Expand Down

0 comments on commit 2c68786

Please sign in to comment.