Skip to content

Commit 28f0876

Browse files
authored
Merge pull request #70 from singularityhub/v3.4.0
Updating master to v3.4.0
2 parents 737dcf1 + e322cf3 commit 28f0876

3 files changed

Lines changed: 3 additions & 4 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 && \

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ $ ls /tmp/test/
153153
meatballs.simg
154154
```
155155

156-
157156
### Inspect Your Image
158157
New with `docker2singularity` 2.4, the labels for the container are available with `inspect`:
159158

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.0
1+
3.4.0

0 commit comments

Comments
 (0)