1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-22 05:09:09 +02:00
dockerfiles/ferm/Dockerfile

12 lines
166 B
Docker
Raw Normal View History

2015-07-06 08:35:53 +08:00
#
# Dockerfile for ferm
#
FROM alpine
2017-05-08 07:05:07 +08:00
MAINTAINER kev <noreply@easypi.pro>
2015-07-06 08:35:53 +08:00
RUN apk add -U ferm && rm -rf /var/cache/apk/*
ENTRYPOINT ["ferm", "--remote"]
CMD ["-"]