Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
Merge pull request #14 from vrutkovs/install-weak-deps-typo
Browse files Browse the repository at this point in the history
base: fix typo in dnf arg

LGTM
  • Loading branch information
LorbusChris authored Sep 15, 2023
2 parents 3786206 + 3f6ecb0 commit 37ebbb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN INSTALL_PKGS=" \
python-unversioned-command" && \
echo 'skip_missing_names_on_install=0' >> /etc/yum.conf && \
echo "${OCP_VERSION}" > /etc/yum/vars/ocpversion && \
dnf install --nodocs --setopt=insatll_weak_deps=False -y ${INSTALL_PKGS} && \
dnf install --nodocs --setopt=install_weak_deps=False -y ${INSTALL_PKGS} && \
dnf clean all && rm -rf /var/cache/* && \
mkdir -p /var/lib/origin

Expand Down

0 comments on commit 37ebbb2

Please sign in to comment.