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"]