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 8a1117b + bf2b57b commit 25d7468Copy full SHA for 25d7468
Dockerfile
@@ -31,7 +31,7 @@ RUN apk update && \
31
RUN apk add --no-cache bash git openssh gcc squashfs-tools sudo libtool gawk ca-certificates libseccomp libseccomp-dev
32
RUN apk add --no-cache linux-headers build-base openssl-dev util-linux util-linux-dev python rsync cryptsetup glib-dev
33
34
-ENV SINGULARITY_VERSION 3.11.0
+ENV SINGULARITY_VERSION 3.11.4
35
RUN mkdir -p /usr/local/var/singularity/mnt && \
36
mkdir -p $GOPATH/src/github.com/sylabs && \
37
cd $GOPATH/src/github.com/sylabs && \
0 commit comments