Update Dockerfile
This commit is contained in:
@ -3,7 +3,7 @@ FROM nodered/node-red:latest-12
|
|||||||
USER root
|
USER root
|
||||||
|
|
||||||
RUN apk update && apk upgrade && \
|
RUN apk update && apk upgrade && \
|
||||||
apk --no-cache add arping bluez
|
apk --no-cache add bluez iputils
|
||||||
|
|
||||||
RUN apk add dhcpdump --update-cache --repository http://dl-3.alpinelinux.org/alpine/edge/testing/ --allow-untrusted
|
RUN apk add dhcpdump --update-cache --repository http://dl-3.alpinelinux.org/alpine/edge/testing/ --allow-untrusted
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user