Skip to content

Commit

Permalink
Merge pull request #133 from travier/main-opensuse-diffutils
Browse files Browse the repository at this point in the history
opensuse/tumbleweed: Explicitly install diffutils
  • Loading branch information
Foxboron authored Sep 11, 2024
2 parents 3fe52eb + 214bb3b commit 58adbf0
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 58adbf0

Please sign in to comment.