Removed orphan package from agent2

This commit is contained in:
Alexey Pustovalov 2024-02-26 15:34:56 +09:00
parent 23cf8902f7
commit 7fed5e6530
3 changed files with 0 additions and 3 deletions

View File

@ -44,7 +44,6 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
iputils \ iputils \
pcre2 \ pcre2 \
libcurl-minimal \ libcurl-minimal \
libmodbus \
smartmontools \ smartmontools \
shadow-utils \ shadow-utils \
sudo \ sudo \

View File

@ -45,7 +45,6 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
iputils \ iputils \
pcre2 \ pcre2 \
libcurl \ libcurl \
libmodbus \
smartmontools \ smartmontools \
sudo \ sudo \
openssl-libs" && \ openssl-libs" && \

View File

@ -65,7 +65,6 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
pcre2 \ pcre2 \
smartmontools \ smartmontools \
sudo \ sudo \
libmodbus \
libcurl-minimal" && \ libcurl-minimal" && \
curl -sSL -o /tmp/epel-release-latest-9.noarch.rpm https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm && \ curl -sSL -o /tmp/epel-release-latest-9.noarch.rpm https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm && \
rpm -ivh /tmp/epel-release-latest-9.noarch.rpm && \ rpm -ivh /tmp/epel-release-latest-9.noarch.rpm && \