1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 11:58:47 +00:00
dockerfiles/pptp/Dockerfile
2017-05-08 07:05:07 +08:00

15 lines
280 B
Docker

#
# Dockerfile for pptp
#
FROM alpine:edge
MAINTAINER kev <noreply@easypi.pro>
RUN apk add --no-cache \
--repository http://dl-cdn.alpinelinux.org/alpine/edge/testing/ \
pptpclient
COPY docker-entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]