diff --git a/Dockerfile b/Dockerfile index e7b81d5..7e9d308 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN apk -U upgrade && \ openssl \ openssl-dev \ linux-headers \ - python \ + python3 \ rrdtool RUN git clone https://github.com/cherokee/webserver.git . && \