bridget/Dockerfile

5 lines
104 B
Docker

FROM alpine
RUN apk add --no-cache iproute2 arping
ADD bridget.sh /bin/bridget.sh
CMD . /bin/bridget.sh