update to debian 9

This commit is contained in:
2019-06-03 09:06:27 +02:00
parent 0a7b356df5
commit 83019c66e1
2 changed files with 3 additions and 3 deletions

View File

@@ -1,9 +1,10 @@
FROM debian8_python3
FROM debian:9
MAINTAINER Joachim Lusiardi
RUN apt-get update; \
apt-get install -y \
python3-pip \
git \
haproxy; \
git clone https://github.com/letsencrypt/letsencrypt ;\