1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-12 04:23:04 +02:00
dockerfiles/pptp/Dockerfile

15 lines
281 B
Docker
Raw Normal View History

2016-06-30 08:19:43 +02:00
#
# Dockerfile for pptp
#
2016-07-08 13:53:48 +02:00
FROM alpine:edge
2016-06-30 08:19:43 +02:00
MAINTAINER kev <noreply@easypi.info>
2016-07-08 13:53:48 +02:00
RUN apk add --no-cache \
--repository http://dl-cdn.alpinelinux.org/alpine/edge/testing/ \
pptpclient
2016-06-30 08:19:43 +02:00
COPY docker-entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]