Update Dockerfile

This commit is contained in:
Joshua Schnabel
2020-09-19 00:08:54 +02:00
committed by GitHub
parent 6fd3c900d8
commit 5aa7741027

View File

@ -3,7 +3,7 @@ FROM nodered/node-red:latest-12
USER root
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