mirror of
https://github.com/vimagick/dockerfiles.git
synced 2026-01-05 12:25:27 +01:00
add pptp-arm
This commit is contained in:
14
pptp/arm/Dockerfile
Normal file
14
pptp/arm/Dockerfile
Normal file
@@ -0,0 +1,14 @@
|
||||
#
|
||||
# Dockerfile for pptp-arm
|
||||
#
|
||||
|
||||
FROM easypi/alpine-arm:edge
|
||||
MAINTAINER EasyPi Software Foundation
|
||||
|
||||
RUN apk add --no-cache \
|
||||
--repository http://dl-cdn.alpinelinux.org/alpine/edge/testing/ \
|
||||
pptpclient
|
||||
|
||||
COPY docker-entrypoint.sh /entrypoint.sh
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
Reference in New Issue
Block a user