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