Skip to content

Commit 82511ce

Browse files
committed
Explicitly add libcurl in dockerfiles
1 parent 46047d9 commit 82511ce

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

dockerfiles/Dockerfile.cli

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ RUN chmod +x linuxdeploy-x86_64.AppImage && touch marblerun.svg \
4747
-imarblerun.svg \
4848
-e/mrbuild/marblerun \
4949
-l/usr/lib/x86_64-linux-gnu/libdcap_quoteprov.so.1 \
50+
-l/usr/lib/x86_64-linux-gnu/libcurl.so.4 \
5051
# workaround for hardcoded CA bundle path in libcurl
5152
&& cd marblerun.AppDir/usr \
5253
&& mkdir lib-fedora \

dockerfiles/Dockerfile.coordinator

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ COPY --from=build /mrbuild/marblerun /marblerun-ubuntu-22.04
4646
FROM ubuntu:jammy-20231128 AS release
4747
ARG PSW_VERSION=2.22.100.3-jammy1
4848
ARG DCAP_VERSION=1.19.100.3-jammy1
49-
RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates wget \
49+
RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates libcurl4 wget \
5050
&& wget -qO /etc/apt/keyrings/intel-sgx-keyring.asc https://download.01.org/intel-sgx/sgx_repo/ubuntu/intel-sgx-deb.key \
5151
&& echo 'deb [signed-by=/etc/apt/keyrings/intel-sgx-keyring.asc arch=amd64] https://download.01.org/intel-sgx/sgx_repo/ubuntu jammy main' > /etc/apt/sources.list.d/intel-sgx.list \
5252
&& apt-get update && apt-get install -y --no-install-recommends \

0 commit comments

Comments
 (0)