Skip to content

Commit

Permalink
Merge pull request #353 from openshift-cherrypick-robot/cherry-pick-3…
Browse files Browse the repository at this point in the history
…52-to-release-4.12

[release-4.12] OCPBUGS-15643: Add the git-lfs package
  • Loading branch information
openshift-merge-robot committed Jul 2, 2023
2 parents 0087881 + 010f777 commit 885e27e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.rhel8
Expand Up @@ -5,7 +5,7 @@ RUN hack/build.sh

FROM registry.ci.openshift.org/ocp/builder:rhel-8-base-openshift-4.12
RUN INSTALL_PKGS=" \
bind-utils bsdtar findutils fuse-overlayfs git hostname lsof \
bind-utils bsdtar findutils fuse-overlayfs git git-lfs hostname lsof \
procps-ng runc socat tar tree util-linux wget which \
" && \
yum install -y --setopt=skip_missing_names_on_install=False $INSTALL_PKGS && \
Expand Down

0 comments on commit 885e27e

Please sign in to comment.