Skip to content

Commit

Permalink
resolve issue #65 - can't build containers on latest ploigos-tools-co…
Browse files Browse the repository at this point in the history
…ntainer image
  • Loading branch information
itewk committed Jun 10, 2021
1 parent b18dc92 commit 78769a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ploigos-tool-containers/Containerfile.ubi8
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,12 @@ LABEL \
USER root

# update and install packages
# NOTE: need to reinstall shadow-utils because of
# * https://github.com/containers/buildah/issues/3053#issuecomment-790031931
RUN INSTALL_PKGS="buildah podman skopeo" && \
dnf update -y --allowerasing --nobest && \
dnf install -y --setopt=tsflags=nodocs $INSTALL_PKGS && \
dnf reinstall -y shadow-utils && \
dnf clean all && \
rm -rf /var/cache /var/log/dnf* /var/log/yum.*

Expand Down

0 comments on commit 78769a9

Please sign in to comment.