diff options
| author | 杨威 <[email protected]> | 2024-09-27 03:17:06 +0000 |
|---|---|---|
| committer | 杨威 <[email protected]> | 2024-09-27 03:17:06 +0000 |
| commit | 12e905b38001ec46d24f543997d6ed745b24c29a (patch) | |
| tree | 80cd47c6f864789345c9ae9e955456b2d15f5b50 | |
| parent | 6d0dc8260e6864480ab4ab48ca98bdb017917bd9 (diff) | |
Update Dockerfile, install libuuid-develrocky8-for-stellar
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ RUN cp /tmp/repo.internal.geedge.net.repo /etc/yum.repos.d/ && \ yum install -y python3-pip && \ pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple httpie tomlq && \ yum install -y sudo && \ - yum install -y elfutils-libelf-devel libmnl-devel libnfnetlink-devel gtest-devel && \ + yum install -y libuuid-devel elfutils-libelf-devel libmnl-devel libnfnetlink-devel gtest-devel && \ yum install -y net-tools psmisc iproute initscripts gperftools-libs gdb snappy && \ yum install -y libunwind gperftools numactl-devel zlib-devel librdkafka-devel systemd-devel jemalloc jemalloc-devel vim-common && \ dnf --enablerepo=powertools install -y libnsl && \ |
