Explorar el Código

updated dockerfile

Spencer hace 4 años
padre
commit
46f7e5e1d5
Se han modificado 1 ficheros con 4 adiciones y 3 borrados
  1. 4 3
      Dockerfile

+ 4 - 3
Dockerfile

@@ -1,7 +1,8 @@
-FROM debian:stretch
+FROM debian:buster
 
-RUN apt-get update
-RUN apt-get -y install openvpn
+ENV DEBIAN_FRONTEND noninteractive
+
+RUN apt-get update && apt-get -y install openvpn && apt-get clean
 
 ADD openvpn_init.sh /sbin/
 RUN chmod +x /sbin/openvpn_init.sh