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.
2 parents e981a32 + 76040c4 commit 68b0303Copy full SHA for 68b0303
container_recipes/Dockerfile
@@ -12,6 +12,7 @@ RUN git clone --filter=blob:none --no-checkout https://github.com/jmfernandez/su
12
# The default images of python are based on debian
13
FROM pypy:3.11-slim AS podman_build
14
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
15
+ARG apptainer_version=1.3.6
16
# Install apptainer
17
# hadolint ignore=DL3008
18
RUN DPKG_ARCH=$(dpkg --print-architecture) && \
0 commit comments