diff --git a/Dockerfile b/Dockerfile index 988f1df..f965e63 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -FROM python:2.7-alpine -LABEL maintainer bitrox +FROM python:3-alpine +LABEL maintainer synoniem https://github.com/synoniem # Set environment variables. ENV TERM=xterm-color @@ -15,9 +15,9 @@ RUN \ bash \ coreutils \ nano \ - py-crypto \ + py3-crypto \ ca-certificates \ - certbot \ + certbot \ mosquitto \ mosquitto-clients && \ rm -f /var/cache/apk/* && \ @@ -40,4 +40,4 @@ EXPOSE 80 # This will run any scripts found in /scripts/*.sh # then start Apache -CMD ["/bin/bash","-c","/run.sh"] +CMD ["/bin/bash","-c","/run.sh"] \ No newline at end of file