Removed orphan package from agent2

This commit is contained in:
Alexey Pustovalov 2024-02-26 15:34:56 +09:00
parent ec6c4fa544
commit 583626f6c8
3 changed files with 0 additions and 3 deletions

View File

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

View File

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

View File

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