Upgraded to python3
This commit is contained in:
parent
8f72aedf6d
commit
9788b5d610
|
@ -1,5 +1,5 @@
|
||||||
FROM python:2.7-alpine
|
FROM python:3-alpine
|
||||||
LABEL maintainer bitrox <proxy@bitrox.io>
|
LABEL maintainer synoniem https://github.com/synoniem
|
||||||
|
|
||||||
# Set environment variables.
|
# Set environment variables.
|
||||||
ENV TERM=xterm-color
|
ENV TERM=xterm-color
|
||||||
|
@ -15,7 +15,7 @@ RUN \
|
||||||
bash \
|
bash \
|
||||||
coreutils \
|
coreutils \
|
||||||
nano \
|
nano \
|
||||||
py-crypto \
|
py3-crypto \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
certbot \
|
certbot \
|
||||||
mosquitto \
|
mosquitto \
|
||||||
|
|
Loading…
Reference in New Issue