From 14ddd6d4ef081ff1d6b21fb95417c24a99917b5c Mon Sep 17 00:00:00 2001 From: Devoalda Date: Tue, 31 Oct 2023 09:25:12 +0800 Subject: [PATCH] feature(Update to python 3.11): --- safeshare/Dockerfile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/safeshare/Dockerfile b/safeshare/Dockerfile index 4c05e08..aadeddd 100644 --- a/safeshare/Dockerfile +++ b/safeshare/Dockerfile @@ -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