Upgraded to python3

This commit is contained in:
info at smallinnovations dot nl 2020-08-08 15:40:44 +02:00
parent 8f72aedf6d
commit 9788b5d610
1 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
FROM python:2.7-alpine
LABEL maintainer bitrox <proxy@bitrox.io>
FROM python:3-alpine
LABEL maintainer synoniem https://github.com/synoniem
# Set environment variables.
ENV TERM=xterm-color
@ -15,7 +15,7 @@ RUN \
bash \
coreutils \
nano \
py-crypto \
py3-crypto \
ca-certificates \
certbot \
mosquitto \