File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff 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 \
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ COPY --from=build /mrbuild/marblerun /marblerun-ubuntu-22.04
4646FROM ubuntu:jammy-20231128 AS release
4747ARG PSW_VERSION=2.22.100.3-jammy1
4848ARG 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 \
You can’t perform that action at this time.
0 commit comments