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