Skip to content

Commit

Permalink
opensuse/tumbleweed: Install xargs first
Browse files Browse the repository at this point in the history
It looks like xargs has been removed from the base image of tumbleweed.
Let's make sure it's installed before using it.
  • Loading branch information
travier committed May 21, 2024
1 parent ec37b0c commit bf6a34d
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 xargs && \
cat /extra-packages | xargs zypper install -y && \
zypper clean
RUN rm /extra-packages
Expand Down

0 comments on commit bf6a34d

Please sign in to comment.