Updated to Debian Buster.

This commit is contained in:
yohan 2019-12-05 16:54:49 +01:00
parent 451bc1028a
commit e993fd44d4

View File

@ -1,7 +1,6 @@
FROM debian:wheezy FROM debian:buster
MAINTAINER yohan <783b8c87@scimetis.net> MAINTAINER yohan <783b8c87@scimetis.net>
ENV DEBIAN_FRONTEND noninteractive ENV DEBIAN_FRONTEND noninteractive
RUN echo "deb http://http.debian.net/debian wheezy-backports main" >> /etc/apt/sources.list
RUN apt-get update && apt-get -y install openvpn procps iptables RUN apt-get update && apt-get -y install openvpn procps iptables
RUN mv /etc/openvpn/openvpn.conf /etc/openvpn/openvpn.conf-bak || true RUN mv /etc/openvpn/openvpn.conf /etc/openvpn/openvpn.conf-bak || true
COPY entrypoint.sh /root/ COPY entrypoint.sh /root/