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 7327552 commit e476fafCopy full SHA for e476faf
dockerfiles/cylc-dev/Dockerfile
@@ -21,7 +21,7 @@ RUN \
21
# 2) The Cylc image
22
# This has the Cylc Mamba environment installed and activated by default in
23
# Bash shells. However, it does not have Mamba installed.
24
-FROM ubuntu:latest as cylc-dev
+FROM ubuntu:latest AS cylc-dev
25
26
COPY --from=mamba /tmp/venv /venv
27
COPY ./ /cylc
0 commit comments