Removed orphan package from agent2

This commit is contained in:
Alexey Pustovalov 2024-02-26 15:34:56 +09:00
parent 207941eb7d
commit 7ede049f63
2 changed files with 0 additions and 2 deletions

View File

@ -43,7 +43,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

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