We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ca33bd commit db75633Copy full SHA for db75633
packaging/Dockerfile.mockbuild
@@ -6,7 +6,7 @@
6
#
7
8
# Pull base image
9
-ARG FVERSION=41
+ARG FVERSION=latest
10
FROM fedora:$FVERSION
11
# Needed for later use of FVERSION
12
ARG FVERSION
@@ -27,7 +27,7 @@ RUN chmod +x /tmp/repo-helper.sh && \
27
28
# Install basic tools
29
RUN dnf -y install mock make \
30
- rpm-build createrepo rpmlint redhat-lsb-core git \
+ rpm-build createrepo rpmlint git \
31
python-srpm-macros rpmdevtools && \
32
dnf -y clean all
33
0 commit comments