Skip to content

Commit

Permalink
Update go and singularity versions and add autoconf and fuse3-dev dep…
Browse files Browse the repository at this point in the history
…endencies
  • Loading branch information
emi80 committed Oct 22, 2023
1 parent 3d33dd5 commit 4d619df
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.17.8-alpine
FROM golang:1.21.3-alpine

################################################################################
#
Expand All @@ -22,11 +22,11 @@ FROM golang:1.17.8-alpine
# alpine image with the go tools

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

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

0 comments on commit 4d619df

Please sign in to comment.