feature(Update to python 3.11):

This commit is contained in:
Devoalda 2023-10-31 09:25:12 +08:00
parent aeb62c1a6b
commit 14ddd6d4ef
1 changed files with 1 additions and 6 deletions

View File

@ -1,9 +1,4 @@
FROM python:3.10 FROM python:3.11
# Install Netcat
RUN apt-get update && \
apt-get -y install netcat-traditional && \
apt-get clean
ENV PYTHONUNBUFFERED 1 ENV PYTHONUNBUFFERED 1