File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,12 +29,12 @@ ENV GOLANG_VERSION 1.12.7
2929RUN apk update && \
3030 apk add --virtual automake build-base linux-headers libffi-dev
3131RUN 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
3434RUN 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 && \
Original file line number Diff line number Diff line change @@ -153,7 +153,6 @@ $ ls /tmp/test/
153153meatballs.simg
154154```
155155
156-
157156### Inspect Your Image
158157New with ` docker2singularity ` 2.4, the labels for the container are available with ` inspect ` :
159158
Original file line number Diff line number Diff line change 1- 3.3 .0
1+ 3.4 .0
You can’t perform that action at this time.
0 commit comments