Skip to content

Commit

Permalink
test: csdiff#170
Browse files Browse the repository at this point in the history
  • Loading branch information
jamacku committed Apr 17, 2024
1 parent 8eb68d6 commit 9adad91
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,12 @@ RUN dnf -y install git koji jq \
RUN koji download-build --arch ${arch} ${rpm_shellcheck} \
&& koji download-build --arch ${arch} ${rpm_csdiff}

RUN dnf -y install "./${rpm_shellcheck}" "./${rpm_csdiff}" \
RUN dnf -y install "./${rpm_shellcheck}" \
&& dnf clean all

RUN dnf install -y dnf-plugins-core \
&& dnf copr enable -y packit/csutils-csdiff-170 \
&& dnf install -y csdiff \
&& dnf clean all

# --- Setup --- #
Expand Down

0 comments on commit 9adad91

Please sign in to comment.