Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tools/gsce: Clean up and optimize the integration of docker container…
… and graphene-SGX The dockerfile instruction RUN will create new layers when it is executed, original codes will increase the size of the final image and causes potential cache issues. So we need to employ shell tricks to keep the layers as small as possible. The detail: https://docs.docker.com/v17.09/engine/userguide/eng-image/dockerfile_best-practices Signed-off-by: Zhang Chen <[email protected]>
- Loading branch information