Update command 'dnf install' (#556)

pull/552/head
Shmaraiev Oleksandr 2023-09-08 10:27:14 +03:00 committed by GitHub
parent 7686dab07a
commit a6ea66285f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ SHELL ["/bin/bash", "-c"]
USER 0
# Install yq, kubectl, chectl cli used by olm/olm.sh script.
RUN dnf install -y -q --allowerasing --nobest nodejs-devel nodejs-libs \
RUN dnf install -y psmisc nodejs-devel nodejs-libs -q --allowerasing --nobest \
# already installed or installed as deps:
openssl openssl-devel ca-certificates make cmake cpp gcc gcc-c++ zlib zlib-devel brotli brotli-devel python3 nodejs-packaging && \
dnf update -y && dnf clean all && \