From d9c589e9c5f7e0d491b2a387b8a5180efc02eabb Mon Sep 17 00:00:00 2001 From: Liam Steckler Date: Sat, 11 Jan 2025 11:15:11 -0800 Subject: [PATCH] Move to full python:3 as base --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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