We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28d6d5b commit 0691574Copy full SHA for 0691574
1 file changed
Dockerfile
@@ -1,8 +1,8 @@
1
FROM alpine:latest
2
-MAINTAINER Przemek Szalko <przemek@mobtitude.com>
3
-MAINTAINER vadim s. sabinich <vadim@sabini.ch>
4
-
5
-RUN apk add pptpd iptables
+LABEL maintainer=przemek@mobtitude.com> \
+ maintainer=vadim@sabini.ch
+
+RUN apk add pptpd ppp iptables
6
7
ADD ./etc/pptpd.conf /etc/pptpd.conf
8
ADD ./etc/ppp/pptpd-options /etc/ppp/pptpd-options
0 commit comments