Skip to content

Commit 609aad5

Browse files
committed
missing headers
Signed-off-by: vsoch <[email protected]>
1 parent 4b76949 commit 609aad5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ FROM golang:1.17.8-alpine
2323

2424
RUN 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 tzdata bash
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 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
2828

2929
ENV SINGULARITY_VERSION=3.10.0
3030
LABEL Maintainer @vsoch

Dockerfile.arm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

3536
RUN mkdir -p /usr/local/var/singularity/mnt && \

0 commit comments

Comments
 (0)