Skip to content

Commit

Permalink
Removed unnecessary dependencies from SGX Dockerfile
Browse files Browse the repository at this point in the history
Hashes before clean-up:
d49e2c8eda03c50867eda0e08426d211  firmware/src/sgx/bin/hsmsgx
1849e9dcec26697ae78d4e3bf9d10a76  firmware/src/sgx/bin/hsmsgx_enclave
6ecfbc7563711727ad23d5bedd49153c  firmware/src/sgx/bin/hsmsgx_enclave.signed

Hashes after clean-up:
d49e2c8eda03c50867eda0e08426d211  firmware/src/sgx/bin/hsmsgx
1849e9dcec26697ae78d4e3bf9d10a76  firmware/src/sgx/bin/hsmsgx_enclave
6ecfbc7563711727ad23d5bedd49153c  firmware/src/sgx/bin/hsmsgx_enclave.signed
  • Loading branch information
italo-sampaio committed Nov 13, 2024
1 parent 67f8a77 commit 495c37d
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions docker/sgx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,8 @@ FROM openenclavedockerregistry.azurecr.io/oetools-20.04:2024.10.2391
RUN apt-get update && \
apt-get install -y apt-utils vim && \
apt-get install -y tar && \
apt-get install -y xz-utils && \
apt-get install -y curl && \
apt-get install -y git && \
apt-get install -y clang-11 && \
apt-get install -y libssl-dev && \
apt-get install -y gdb && \
apt-get install -y libsgx-enclave-common && \
apt-get install -y libsgx-quote-ex && \
apt-get install -y libprotobuf17 && \
apt-get install -y libsgx-dcap-ql && \
apt-get install -y libsgx-dcap-ql-dev && \
apt-get install -y az-dcap-client && \
apt-get install -y open-enclave && \
apt-get install -y gcc && \
apt-get install -y make

# Create directory to host symlinks to Open Enclave static libraries
Expand Down

0 comments on commit 495c37d

Please sign in to comment.