We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2dcb86 commit b62c193Copy full SHA for b62c193
Dockerfile.dev
@@ -1,5 +1,5 @@
1
# Use an official Python runtime based on Debian 10 "buster" as a parent image.
2
-FROM python:3.11
+FROM python:3.11 as ci
3
4
# Add user that will be used in the container.
5
RUN useradd wagtail
0 commit comments