Update Python to 3

This commit is contained in:
thopic 2021-04-14 10:14:33 +02:00
parent 2db1b7d36b
commit 4e3182df25
Signed by: thopic
GPG Key ID: 292DBBF0B54AD4C5

View File

@ -10,7 +10,7 @@ RUN apk add --no-cache \
libc6-compat \
libffi-dev \
linux-headers \
python-dev \
python3-dev \
py-pip \
py-cryptography \
pv \