We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a93c4be commit ac97e6bCopy full SHA for ac97e6b
Dockerfile
@@ -1,6 +1,6 @@
1
# syntax=docker/dockerfile:1
2
ARG PYTHON_VERSION=3.8
3
-FROM python:$PYTHON_VERSION-slim-bullseye
+FROM python:$PYTHON_VERSION
4
5
# Install wget.
6
RUN apt-get update && \
0 commit comments