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:
@@ -1,4 +1,4 @@
|
|||||||
FROM alpine
|
FROM python:3.9-alpine
|
||||||
|
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
bash \
|
bash \
|
||||||
@@ -8,7 +8,6 @@ RUN apk add --no-cache \
|
|||||||
iptables \
|
iptables \
|
||||||
git \
|
git \
|
||||||
netcat-openbsd \
|
netcat-openbsd \
|
||||||
python3 \
|
|
||||||
ulogd \
|
ulogd \
|
||||||
tcpdump \
|
tcpdump \
|
||||||
wget
|
wget
|
||||||
|
Reference in New Issue
Block a user