Skip to content

Commit 4d619df

Browse files
committed
Update go and singularity versions and add autoconf and fuse3-dev dependencies
1 parent 3d33dd5 commit 4d619df

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.17.8-alpine
1+
FROM golang:1.21.3-alpine
22

33
################################################################################
44
#
@@ -22,11 +22,11 @@ FROM golang:1.17.8-alpine
2222
# alpine image with the go tools
2323

2424
RUN apk update && \
25-
apk add --virtual automake build-base linux-headers libffi-dev
25+
apk add --virtual .build-deps autoconf automake build-base linux-headers libffi-dev
2626
RUN apk add --no-cache bash git openssh gcc squashfs-tools sudo libtool gawk cryptsetup tzdata bash glib-dev
27-
RUN apk add --no-cache linux-headers build-base openssl-dev util-linux util-linux-dev shadow-uidmap libseccomp-dev
27+
RUN apk add --no-cache linux-headers build-base openssl-dev util-linux util-linux-dev shadow-uidmap libseccomp-dev fuse3-dev
2828

29-
ENV SINGULARITY_VERSION=4.0.0
29+
ENV SINGULARITY_VERSION=4.0.1
3030
LABEL Maintainer @vsoch
3131
RUN mkdir -p /usr/local/var/singularity/mnt && \
3232
mkdir -p $GOPATH/src/github.com/sylabs && \

0 commit comments

Comments
 (0)