File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,9 @@ FROM golang:1.17.8-alpine as builder
2323
2424RUN apk update && \
2525 apk add --virtual automake build-base linux-headers libffi-dev
26- RUN apk add --no-cache bash git openssh gcc squashfs-tools sudo libtool gawk cryptsetup
27- RUN apk add --no-cache linux-headers build-base openssl-dev util-linux util-linux-dev shadow-uidmap
26+ RUN apk add --no-cache bash git openssh gcc squashfs-tools sudo libtool gawk cryptsetup glib-dev
27+ RUN apk add --no-cache linux-headers build-base openssl-dev util-linux util-linux-dev shadow-uidmap libseccomp-dev
28+
2829
2930ENV SINGULARITY_VERSION=3.10.0
3031LABEL Maintainer @vsoch
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ RUN apt-get update && apt-get install -y \
3030 libgpgme11-dev \
3131 squashfs-tools \
3232 libseccomp-dev \
33+ glib-dev \
3334 pkg-config
3435
3536RUN mkdir -p /usr/local/var/singularity/mnt && \
You can’t perform that action at this time.
0 commit comments