Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Fan committed Nov 7, 2024
1 parent 05879be commit e552bf0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
from registry.fedoraproject.org/fedora:41
FROM registry.fedoraproject.org/fedora:41

run dnf -y update fedora-gpg-keys && \
RUN dnf -y update fedora-gpg-keys && \
dnf -y install git python3-jinja2 python3-koji python3-yaml python3-dnf && \
dnf clean all
workdir /workspace
dnf clean all

WORKDIR /workspace

0 comments on commit e552bf0

Please sign in to comment.