1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-06-27 16:36:00 +00:00

Update RockyLinux image from 8 to 9

Closes #2010
This commit is contained in:
Frédéric Guillot 2023-08-09 20:26:57 -07:00
parent 79c91d71c8
commit c980dfe434
6 changed files with 48 additions and 37 deletions

View file

@ -4,8 +4,8 @@ ADD . /go/src/app
WORKDIR /go/src/app
RUN make miniflux
FROM rockylinux:8
RUN dnf install -y rpm-build
FROM rockylinux:9
RUN dnf install -y rpm-build systemd
RUN mkdir -p /root/rpmbuild/{BUILD,RPMS,SOURCES,SPECS,SRPMS}
RUN echo "%_topdir /root/rpmbuild" >> .rpmmacros
COPY --from=build /go/src/app/miniflux /root/rpmbuild/SOURCES/miniflux