docker: Update to the use of Python 3.9

Getting with the times

#4 - Investigate extending pr0xy to use SAM
This commit is contained in:
2020-12-13 00:01:17 +01:00
parent ec8aeb5fb9
commit 4dc8f22c29

View File

@@ -1,4 +1,4 @@
FROM alpine
FROM python:3.9-alpine
RUN apk add --no-cache \
bash \
@@ -8,7 +8,6 @@ RUN apk add --no-cache \
iptables \
git \
netcat-openbsd \
python3 \
ulogd \
tcpdump \
wget