Hi! The Dockerfile placed at "dockerfile/Dockerfile.1804.nightly" contains the best practice violation [DL3020](https://github.com/hadolint/hadolint/wiki/DL3020) detected by the [hadolint](https://github.com/hadolint/hadolint) tool.
The smell DL3020 occurs if ADD is used to copy files and directories that do not require tar self-extraction. In such cases, it is recommended to use the COPY instruction. In this pull request, we propose a fix for that smell generated by our fixing tool. We have verified that the patch is correct before opening the pull request. To fix this smell, specifically, the ADD instruction is replaced by an equivalent COPY instruction. This change is only aimed at fixing that specific smell. If the fix is not valid or useful, please briefly indicate the reason and suggestions for possible improvements. Thanks in advance You can view, comment on, or merge this pull request online at: https://github.com/apache/incubator-teaclave-sgx-sdk/pull/429 -- Commit Summary -- * Fix for Dockerfile smell DL3020 -- File Changes -- M dockerfile/Dockerfile.1804.nightly (8) -- Patch Links -- https://github.com/apache/incubator-teaclave-sgx-sdk/pull/429.patch https://github.com/apache/incubator-teaclave-sgx-sdk/pull/429.diff -- Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave-sgx-sdk/pull/429 You are receiving this because you are subscribed to this thread. Message ID: <apache/incubator-teaclave-sgx-sdk/pull/4...@github.com>