Update aliyunlinux sgx rpm source

Signed-off-by: Zheng, Qi <huaiqing.zq@antgroup.com>
This commit is contained in:
Zheng, Qi 2021-09-23 19:18:01 +08:00 committed by Zongmin.Gu
parent ea67f50fc2
commit aeca3cd5cb

@ -76,7 +76,7 @@ RUN yum install -y --nogpgcheck \
# Install PSW and DCAP RPM packages
WORKDIR /tmp
RUN wget https://mirrors.openanolis.cn/inclavare-containers/alinux3/sgx_rpm_local_repo.tar.gz && \
RUN wget https://mirrors.openanolis.cn/inclavare-containers/alinux3/sgx-2.13/sgx_rpm_local_repo.tar.gz && \
tar -xzf sgx_rpm_local_repo.tar.gz && \
rm -f sgx_rpm_local_repo.tar.gz && \
cd /tmp/sgx_rpm_local_repo && \