Skip to content

Commit

Permalink
Merge pull request #124 from travier/opensuse-xargs
Browse files Browse the repository at this point in the history
opensuse/tumbleweed: Install xargs first
  • Loading branch information
travier authored May 22, 2024
2 parents ec37b0c + 513c8ed commit 33bb142
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions opensuse/tumbleweed/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ LABEL com.github.containers.toolbox="true" \
# Update packages, install extra packages and clean up cache
COPY extra-packages /
RUN zypper update -y && \
zypper install -y findutils && \
cat /extra-packages | xargs zypper install -y && \
zypper clean
RUN rm /extra-packages
Expand Down

0 comments on commit 33bb142

Please sign in to comment.