Skip to content

Commit

Permalink
fix: install tar in base image
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat committed Jun 5, 2024
1 parent 56e4763 commit f01857f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ARG EXTRA_BASE_PKGS=''

RUN microdnf -y install --setopt=install_weak_deps=False \
make automake gcc gcc-c++ cpp binutils patch \
curl wget jq yq moreutils \
curl wget jq yq moreutils tar \
git git-lfs openssh-clients gnupg2 \
libnotify \
man-db \
Expand Down

0 comments on commit f01857f

Please sign in to comment.