mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-31 18:17:25 +01:00
add pptp-arm
This commit is contained in:
@@ -2,13 +2,12 @@
|
||||
# Dockerfile for pptp
|
||||
#
|
||||
|
||||
FROM debian
|
||||
FROM alpine:edge
|
||||
MAINTAINER kev <noreply@easypi.info>
|
||||
|
||||
RUN set -xe \
|
||||
&& apt-get update \
|
||||
&& apt-get install -y iptables pptp-linux \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
RUN apk add --no-cache \
|
||||
--repository http://dl-cdn.alpinelinux.org/alpine/edge/testing/ \
|
||||
pptpclient
|
||||
|
||||
COPY docker-entrypoint.sh /entrypoint.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user