Skip to content

Commit c916466

Browse files
committed
updating for 3.4.0
Signed-off-by: Vanessa Sochat <vsochat@stanford.edu>
1 parent 22a9e16 commit c916466

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ ENV GOLANG_VERSION 1.12.7
2929
RUN apk update && \
3030
apk add --virtual automake build-base linux-headers libffi-dev
3131
RUN apk add --no-cache bash git openssh gcc squashfs-tools sudo libtool gawk ca-certificates libseccomp
32-
RUN apk add --no-cache linux-headers build-base openssl-dev util-linux util-linux-dev python rsync
32+
RUN apk add --no-cache linux-headers build-base openssl-dev util-linux util-linux-dev python rsync cryptsetup
3333

3434
RUN mkdir -p /usr/local/var/singularity/mnt && \
3535
mkdir -p $GOPATH/src/github.com/sylabs && \
3636
cd $GOPATH/src/github.com/sylabs && \
37-
wget -qO- https://github.com/sylabs/singularity/releases/download/v3.3.0/singularity-3.3.0.tar.gz | \
37+
wget -qO- https://github.com/sylabs/singularity/releases/download/v3.4.0/singularity-3.4.0.tar.gz | \
3838
tar xzv && \
3939
cd singularity && \
4040
./mconfig -p /usr/local/singularity && \

0 commit comments

Comments
 (0)