Switch to full image
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
SebClem 2023-11-02 22:32:16 +01:00
parent e61325fc1e
commit ff4b530b26

View File

@ -1,5 +1,5 @@
# For more information, please refer to https://aka.ms/vscode-docker-python
FROM python:3.12-slim
FROM python:3.12
# Keeps Python from generating .pyc files in the container
ENV PYTHONDONTWRITEBYTECODE=1