Update Dockerfile

This commit is contained in:
Joshua Schnabel
2020-09-18 23:55:04 +02:00
committed by GitHub
parent 9f30f46620
commit 43d295a847

View File

@ -2,11 +2,9 @@ FROM nodered/node-red:latest-12
USER root USER root
RUN set -ex && \ RUN apk update && apk upgrade && \
apt-get update && \ apk --no-cache add arping dhcpdump
apt-get install -y \
iputils-ping \
iputils-arping
RUN apk add dhcpdump --update-cache --repository http://dl-3.alpinelinux.org/alpine/edge/testing/ --allow-untrusted
USER node-red USER node-red