Update Dockerfile
This commit is contained in:
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user