We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91982d2 commit fa39ef1Copy full SHA for fa39ef1
1 file changed
Dockerfile.mockbuild
@@ -40,14 +40,13 @@ RUN echo "https_proxy=${DAOS_HTTPS_PROXY}" >> /etc/environment && \
40
# script to setup local repo if available
41
COPY ./packaging/scripts/repo-helper-fedora.sh /tmp/repo-helper.sh
42
43
-RUN chmod +x /tmp/repo-helper.sh && \
44
- /tmp/repo-helper.sh && \
+RUN chmod +x /tmp/repo-helper.sh && \
+ /tmp/repo-helper.sh && \
45
rm -f /tmp/repo-helper.sh
46
47
# Install basic tools
48
-RUN dnf -y install mock make \
49
- rpm-build createrepo rpmlint redhat-lsb-core git \
50
- python-srpm-macros rpmdevtools && \
+RUN dnf -y install mock make rpm-build createrepo rpmlint git \
+ python-srpm-macros rpmdevtools && \
51
dnf -y clean all
52
53
# use same UID as host and default value of 1000 if not specified
0 commit comments