mirror of
https://github.com/teddysun/across.git
synced 2025-05-10 20:59:31 +08:00
Update Dockerfile
This commit is contained in:
parent
e3aea30e09
commit
24f6bac3d6
@ -9,6 +9,7 @@ RUN dnf install -y yum-utils epel-release && \
|
|||||||
dnf config-manager --enable powertools && \
|
dnf config-manager --enable powertools && \
|
||||||
dnf install -y https://dl.lamp.sh/linux/rhel/el8/x86_64/teddysun-release-1.0-1.el8.noarch.rpm && \
|
dnf install -y https://dl.lamp.sh/linux/rhel/el8/x86_64/teddysun-release-1.0-1.el8.noarch.rpm && \
|
||||||
rpm -e --nodeps coreutils-single && \
|
rpm -e --nodeps coreutils-single && \
|
||||||
|
rpm -e --nodeps libcurl-minimal && \
|
||||||
dnf install -y tar wget wget2 curl libcurl libcurl-devel git tree gcc gcc-c++ \
|
dnf install -y tar wget wget2 curl libcurl libcurl-devel git tree gcc gcc-c++ \
|
||||||
sudo net-tools make cmake zstd libzstd chkconfig pcre-devel pcre2-devel \
|
sudo net-tools make cmake zstd libzstd chkconfig pcre-devel pcre2-devel \
|
||||||
bash coreutils diffutils patch ca-certificates \
|
bash coreutils diffutils patch ca-certificates \
|
||||||
|
@ -9,6 +9,7 @@ RUN dnf install -y yum-utils epel-release && \
|
|||||||
dnf config-manager --enable crb && \
|
dnf config-manager --enable crb && \
|
||||||
dnf install -y https://dl.lamp.sh/linux/rhel/el9/x86_64/teddysun-release-1.0-1.el9.noarch.rpm && \
|
dnf install -y https://dl.lamp.sh/linux/rhel/el9/x86_64/teddysun-release-1.0-1.el9.noarch.rpm && \
|
||||||
rpm -e --nodeps coreutils-single && \
|
rpm -e --nodeps coreutils-single && \
|
||||||
|
rpm -e --nodeps libcurl-minimal && \
|
||||||
dnf install -y tar wget wget2 curl libcurl libcurl-devel git tree gcc gcc-c++ \
|
dnf install -y tar wget wget2 curl libcurl libcurl-devel git tree gcc gcc-c++ \
|
||||||
sudo net-tools make cmake zstd libzstd chkconfig pcre-devel pcre2-devel \
|
sudo net-tools make cmake zstd libzstd chkconfig pcre-devel pcre2-devel \
|
||||||
bash coreutils diffutils patch ca-certificates \
|
bash coreutils diffutils patch ca-certificates \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user