Skip to content

Commit 451fef7

Browse files
committed
adding missing deps
Signed-off-by: vsoch <[email protected]>
1 parent 706662a commit 451fef7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ FROM golang:1.17.8-alpine as builder
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
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

2930
ENV SINGULARITY_VERSION=3.10.0
3031
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)