mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-11 15:32:41 +01:00
Allow the container to touch DNS (#300)
This commit is contained in:
committed by
Jess Frazelle
parent
9d4ecac24b
commit
1dcfad42ae
@@ -2,5 +2,8 @@ FROM alpine:latest
|
||||
RUN apk --no-cache add \
|
||||
openvpn
|
||||
|
||||
RUN mkdir /usr/share/openvpn
|
||||
RUN cp /etc/openvpn/* /usr/share/openvpn/
|
||||
|
||||
WORKDIR /etc/openvpn
|
||||
ENTRYPOINT ["openvpn"]
|
||||
|
||||
Reference in New Issue
Block a user