bridget/Dockerfile

5 lines
98 B
Docker
Raw Normal View History

2017-12-20 18:42:19 +03:00
FROM alpine
2017-12-21 15:26:07 +03:00
RUN apk add --no-cache iproute2 arping
2017-12-20 18:42:19 +03:00
ADD start.sh /bin/start.sh
CMD . /bin/start.sh