Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpitt committed Jan 28, 2025
1 parent 041dde6 commit 824fd7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/bootc.install
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ podman run -d --rm --name ostree-registry -p 5000:5000 -v /var/lib/cockpit-test-
podman build -t localhost/bootc-test -f - . <<EOF
FROM localhost:5000/bootc:latest
COPY ./rpms /tmp/rpms
RUN dnf install -y /tmp/rpms/*.rpm && dnf clean all
COPY ./playground /usr/share/cockpit/
RUN dnf install --setopt=install_weak_deps=False -y /tmp/rpms/*.rpm && dnf clean all
COPY ./playground /usr/share/cockpit/playground
RUN rm -r /tmp/rpms
EOF

Expand Down

0 comments on commit 824fd7f

Please sign in to comment.