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 5fa0034 commit 2e39e46Copy full SHA for 2e39e46
config/docker/Dockerfile.web
@@ -27,6 +27,9 @@ RUN set -ex \
27
# ------------------------------------------------------------
28
# STAGE 2: Dev layer
29
30
+# Details about Microsofts Dev Containers can be found in the following locations:
31
+# * https://hub.docker.com/_/microsoft-devcontainers
32
+# * https://github.com/devcontainers/images
33
FROM mcr.microsoft.com/devcontainers/python:3.11-bullseye as dev
34
35
# Set the locale
0 commit comments