diff --git a/Dockerfile b/Dockerfile index ab89d79..6c95cea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # For more information, please refer to https://aka.ms/vscode-docker-python -FROM python:3-slim +FROM python:3 # Keeps Python from generating .pyc files in the container ENV PYTHONDONTWRITEBYTECODE=1