From 78e92f3a31dc201ff9b56207473d25ff61ac9af0 Mon Sep 17 00:00:00 2001 From: gezhengqiang Date: Thu, 29 Feb 2024 17:30:00 +0800 Subject: [PATCH] feat(sgx): add sidecar dockerfile --- sgx_network_simulation/Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/sgx_network_simulation/Dockerfile b/sgx_network_simulation/Dockerfile index 279b3ac5c..224d5f11e 100644 --- a/sgx_network_simulation/Dockerfile +++ b/sgx_network_simulation/Dockerfile @@ -28,6 +28,3 @@ COPY sgx_network_simulation/ /app/ WORKDIR /app COPY --from=go /app/tcp2grpc ./ COPY --from=go /app/grpc2tcp ./ -RUN pip3 install -r requirements.txt && make protobuf - -ENTRYPOINT ["bash", "docker_entrypoint.sh"]