Skip to content

Commit 2c68786

Browse files
authored
1 parent 3e75108 commit 2c68786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zigbee2mqtt-edge/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN apk add --update --no-cache \
1515
echo "Installed zigbee2mqtt @ version $(eval git rev-parse --short HEAD)" && \
1616
npm install --unsafe-perm -g pm2 && \
1717
npm install --unsafe-perm && \
18-
apk del make gcc g++ linux-headers udev git python2 && \
18+
apk del make gcc g++ linux-headers git python2 && \
1919
rm -rf /app/docs /app/test /app/images /app/scripts /app/data /app/docker /app/LICENSE /app/README.md /app/update.sh
2020

2121
COPY run.sh /app/run.sh

0 commit comments

Comments
 (0)