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 ecc9ed4 commit 4a949baCopy full SHA for 4a949ba
Dockerfile
@@ -43,7 +43,7 @@ RUN mkdir -p /usr/local/var/singularity/mnt && \
43
FROM alpine:3.21
44
LABEL Maintainer="@vsoch"
45
COPY --from=builder /usr/local/singularity /usr/local/singularity
46
-RUN apk add --no-cache ca-certificates libseccomp squashfs-tools tzdata bash && \
+RUN apk add --no-cache ca-certificates libseccomp squashfs-tools tzdata bash shadow-subids && \
47
cp /usr/share/zoneinfo/UTC /etc/localtime
48
ENV PATH="/usr/local/singularity/bin:$PATH"
49
ENTRYPOINT ["/usr/local/singularity/bin/singularity"]
0 commit comments