Skip to content

Commit

Permalink
Update dockerfiles/Dockerfile.coordinator
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Tendyck <51411342+thomasten@users.noreply.github.com>
  • Loading branch information
daniel-weisse and thomasten authored Dec 4, 2023
1 parent 016cdcc commit d4afc7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dockerfiles/Dockerfile.coordinator
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ COPY --from=build /mrbuild/marblerun /marblerun-ubuntu-22.04

# the coordinator container image
FROM ubuntu:jammy-20231128 AS release
ARG PSW_VERSION=2.21.100.1-jammy1
ARG DCAP_VERSION=1.18.100.1-jammy1
ARG PSW_VERSION=2.22.100.3-jammy1
ARG DCAP_VERSION=1.19.100.3-jammy1
RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates wget \
&& wget -qO /etc/apt/keyrings/intel-sgx-keyring.asc https://download.01.org/intel-sgx/sgx_repo/ubuntu/intel-sgx-deb.key \
&& 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 \
Expand Down

0 comments on commit d4afc7e

Please sign in to comment.