feature(Update to python 3.11):
This commit is contained in:
parent
aeb62c1a6b
commit
14ddd6d4ef
|
@ -1,9 +1,4 @@
|
|||
FROM python:3.10
|
||||
|
||||
# Install Netcat
|
||||
RUN apt-get update && \
|
||||
apt-get -y install netcat-traditional && \
|
||||
apt-get clean
|
||||
FROM python:3.11
|
||||
|
||||
ENV PYTHONUNBUFFERED 1
|
||||
|
||||
|
|
Loading…
Reference in New Issue