We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 892d01f commit b92ffe1Copy full SHA for b92ffe1
.github/workflows/Dockerfile
@@ -12,5 +12,6 @@ RUN tito build --test --rpm
12
WORKDIR /home/user/mock/mock
13
RUN tito build --test --rpm
14
USER root
15
+RUN dnf -y copr enable @mock/mock-deps
16
RUN dnf -y install --allow-downgrade /tmp/tito/*/mock*.rpm
17
USER user
0 commit comments