From c9ce388e571c31733ee6203c58bf48356e3ee761 Mon Sep 17 00:00:00 2001 From: Denis Date: Tue, 28 Nov 2023 14:31:59 +0400 Subject: [PATCH] Fix for bionic --- 2.19/bionic/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2.19/bionic/Dockerfile b/2.19/bionic/Dockerfile index 9cf6eec..fb6b2e5 100644 --- a/2.19/bionic/Dockerfile +++ b/2.19/bionic/Dockerfile @@ -1,7 +1,7 @@ FROM ubuntu:18.04 as sdk LABEL org.opencontainers.image.source=https://github.com/sigmagmbh/sgx/tree/master/2.19/ubuntu-18.04 -LABEL org.opencontainers.image.description="Linux SGX v2.19 for Ubuntu 18.04 (focal)" +LABEL org.opencontainers.image.description="Linux SGX v2.19 for Ubuntu 18.04 (bionic)" LABEL org.opencontainers.image.licenses=BSD-3-Clause ARG DEBIAN_FRONTEND=noninteractive @@ -54,7 +54,7 @@ WORKDIR ${SGX_SDK} FROM sdk as psw RUN set -eux; \ - distro="focal"; \ + distro="bionic"; \ url="${INTEL_SGX_URL}/sgx_repo/ubuntu"; \ echo "deb [arch=amd64] ${url} ${distro} main" \ | tee /etc/apt/sources.list.d/intel-sgx.list; \