Move to full python:3 as base
Some checks failed
ci/woodpecker/pr/docker-buildx Pipeline failed
ci/woodpecker/pr/lint Pipeline was successful
ci/woodpecker/pr/vulnerability-scan Pipeline was successful

This commit is contained in:
Liam Steckler 2025-01-11 11:15:11 -08:00
parent ba77b6741a
commit d9c589e9c5

View file

@ -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