Dockerfile: Update to Ubuntu 14.04
* Upgrade to latest Ubuntu LTS release
This commit is contained in:
parent
a002a7cbec
commit
c19b01e005
@ -1,7 +1,5 @@
|
||||
FROM ubuntu:precise
|
||||
RUN echo deb http://archive.ubuntu.com/ubuntu/ precise main universe > /etc/apt/sources.list.d/precise.list
|
||||
RUN apt-get update -q
|
||||
RUN apt-get install -qy openvpn iptables socat curl
|
||||
FROM ubuntu:14.04
|
||||
RUN apt-get install -y openvpn iptables socat curl
|
||||
ADD ./bin /usr/local/sbin
|
||||
VOLUME /etc/openvpn
|
||||
EXPOSE 443/tcp 1194/udp 8080/tcp
|
||||
|
Loading…
Reference in New Issue
Block a user