Skip to content

Commit 68b0303

Browse files
authored
Merge pull request #203 from inab/STABLE-1.0.x
Fixed issue in Dockerfile recipe intermediate state building
2 parents e981a32 + 76040c4 commit 68b0303

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

container_recipes/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ RUN git clone --filter=blob:none --no-checkout https://github.com/jmfernandez/su
1212
# The default images of python are based on debian
1313
FROM pypy:3.11-slim AS podman_build
1414
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
15+
ARG apptainer_version=1.3.6
1516
# Install apptainer
1617
# hadolint ignore=DL3008
1718
RUN DPKG_ARCH=$(dpkg --print-architecture) && \

0 commit comments

Comments
 (0)