Skip to content

Commit

Permalink
opensuse/tumbleweed: Explicitly install diffutils
Browse files Browse the repository at this point in the history
Fixes: #130
  • Loading branch information
travier committed Sep 3, 2024
1 parent 8921837 commit 214bb3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opensuse/tumbleweed/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +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 && \
zypper install -y findutils diffutils && \
cat /extra-packages | xargs zypper install -y && \
zypper clean
RUN rm /extra-packages
Expand Down

0 comments on commit 214bb3b

Please sign in to comment.