diff options
| author | yangwei <[email protected]> | 2021-12-05 21:53:32 +0800 |
|---|---|---|
| committer | yangwei <[email protected]> | 2021-12-05 21:53:32 +0800 |
| commit | deac54a21b199b46fc59587b0bb8b465d09556a4 (patch) | |
| tree | d9bd0aa8cab55881b3013368d89acefe94667623 | |
| parent | 7e9e58d297c48c51868b17b3e8fc2667aa46a151 (diff) | |
🐳 chore(Dockfile): 增加从yum源安装sudo
| -rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,6 +27,7 @@ RUN rm -rf /etc/yum.repos.d/* && \ yum install -y libasan libasan4 && \ yum install -y rpmrebuild && \ yum install -y cppcheck && \ + yum install -y sudo && \ mkdir -p /opt/VendorCodes/ && \ mv /tmp/GEEDGE.hvc /opt/VendorCodes/GEEDGE.hvc && \ mv /tmp/envconfig.cfgx /opt/VendorCodes/envconfig.cfgx && \ |
