fix dockerfile labels
All checks were successful
Build docker image / build-and-publish (push) Successful in 2m45s
All checks were successful
Build docker image / build-and-publish (push) Successful in 2m45s
This commit is contained in:
parent
b3c481434f
commit
1ed7bb68e2
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
||||||
|
FROM fedora:41
|
||||||
|
|
||||||
LABEL org.opencontainers.image.authors="Carlos Mogas da Silva <r3pek@r3pek.org>" \
|
LABEL org.opencontainers.image.authors="Carlos Mogas da Silva <r3pek@r3pek.org>" \
|
||||||
org.opencontainers.image.url="https://code.r3pek.org/actions/rpm-build" \
|
org.opencontainers.image.url="https://code.r3pek.org/actions/rpm-build" \
|
||||||
org.opencontainers.image.source="https://code.r3pek.org/actions/rpm-build"
|
org.opencontainers.image.source="https://code.r3pek.org/actions/rpm-build"
|
||||||
|
|
||||||
FROM fedora:41
|
|
||||||
|
|
||||||
RUN dnf update -y && dnf upgrade -y; \
|
RUN dnf update -y && dnf upgrade -y; \
|
||||||
dnf install -y mock rpmdevtools; \
|
dnf install -y mock rpmdevtools; \
|
||||||
dnf clean all
|
dnf clean all
|
||||||
|
|
Loading…
Reference in a new issue