We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e9c6d3 commit d852056Copy full SHA for d852056
Dockerfile
@@ -1,4 +1,6 @@
1
-FROM python:3.10-slim
+ARG BASE_IMAGE
2
+
3
+FROM ${BASE_IMAGE}
4
5
COPY ./sample/requirements.txt /app/requirements.txt
6
0 commit comments