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 ac97e6b commit 3491eb1Copy full SHA for 3491eb1
Dockerfile
@@ -1,6 +1,6 @@
1
# syntax=docker/dockerfile:1
2
ARG PYTHON_VERSION=3.8
3
-FROM python:$PYTHON_VERSION
+FROM python:$PYTHON_VERSION-slim
4
5
# Install wget.
6
RUN apt-get update && \
0 commit comments