ci: add dnf cache
This commit is contained in:
@@ -2,6 +2,6 @@ ARG TAG
|
||||
FROM job79/fedora:${TAG}
|
||||
USER root
|
||||
|
||||
RUN dnf -y install go && dnf clean all
|
||||
RUN dnf -y --setopt=keepcache=1 install go
|
||||
|
||||
USER user
|
||||
|
||||
Reference in New Issue
Block a user