File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
2424RUN 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
2626RUN 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
3030LABEL Maintainer @vsoch
3131RUN mkdir -p /usr/local/var/singularity/mnt && \
3232 mkdir -p $GOPATH/src/github.com/sylabs && \
You can’t perform that action at this time.
0 commit comments