mirror of
https://github.com/vimagick/dockerfiles.git
synced 2026-01-03 11:34:57 +01:00
update pptpd
This commit is contained in:
@@ -9,9 +9,9 @@ RUN apt-get update \
|
||||
&& apt-get install -y iptables pptpd \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY pptpd.conf /etc/
|
||||
COPY chap-secrets /etc/ppp/
|
||||
COPY pptpd-options /etc/ppp/
|
||||
COPY ./data/pptpd.conf /etc/
|
||||
COPY ./data/chap-secrets /etc/ppp/
|
||||
COPY ./data/pptpd-options /etc/ppp/
|
||||
|
||||
EXPOSE 1723
|
||||
|
||||
|
||||
Reference in New Issue
Block a user