Guess that should be a label
All checks were successful
Build docker image / build-and-publish (push) Successful in 3m30s

This commit is contained in:
Carlos Mogas da Silva 2024-12-04 10:21:47 +00:00
parent f08ff170d1
commit d6385ccfcf

View file

@ -2,8 +2,8 @@ FROM fedora:41
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.source="https://code.r3pek.org/actions/rpm-build"
MAINTAINER "Carlos Mogas da Silva <r3pek@r3pek.org>"
org.opencontainers.image.source="https://code.r3pek.org/actions/rpm-build" \
maintainer="Carlos Mogas da Silva <r3pek@r3pek.org>"
RUN dnf update -y && dnf upgrade -y; \
dnf install -y mock rpmdevtools; \