diff --git a/deployment/dockerfiles/tests/system-tests.Dockerfile b/deployment/dockerfiles/tests/system-tests.Dockerfile index 6562da829..5280b1f04 100644 --- a/deployment/dockerfiles/tests/system-tests.Dockerfile +++ b/deployment/dockerfiles/tests/system-tests.Dockerfile @@ -47,4 +47,9 @@ RUN chmod +x go-tests-bench.sh COPY --from=azcr.io/enigmampc/ci-base-image-local /go/src/github.com/scrtlabs/SecretNetwork/go-cosmwasm/target/release/libgo_cosmwasm.so ./go-cosmwasm/api/libgo_cosmwasm.so COPY --from=azcr.io/enigmampc/ci-base-image-local /go/src/github.com/scrtlabs/SecretNetwork/go-cosmwasm/librust_cosmwasm_enclave.signed.so x/compute/internal/keeper/librust_cosmwasm_enclave.signed.so +RUN apt list --installed +RUN dpkg -L libsgx-dcap-ql +RUN dpkg -L libsgx-dcap-quote-verify +RUN dpkg -L libsgx-epid + ENTRYPOINT ["/bin/bash", "go-tests.sh"]