File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -40,14 +40,13 @@ RUN echo "https_proxy=${DAOS_HTTPS_PROXY}" >> /etc/environment && \
4040# script to setup local repo if available
4141COPY ./packaging/scripts/repo-helper-fedora.sh /tmp/repo-helper.sh
4242
43- RUN chmod +x /tmp/repo-helper.sh && \
44- /tmp/repo-helper.sh && \
43+ RUN chmod +x /tmp/repo-helper.sh && \
44+ /tmp/repo-helper.sh && \
4545 rm -f /tmp/repo-helper.sh
4646
4747# Install basic tools
48- RUN dnf -y install mock make \
49- rpm-build createrepo rpmlint redhat-lsb-core git \
50- python-srpm-macros rpmdevtools && \
48+ RUN dnf -y install mock make rpm-build createrepo rpmlint git \
49+ python-srpm-macros rpmdevtools && \
5150 dnf -y clean all
5251
5352# use same UID as host and default value of 1000 if not specified
You can’t perform that action at this time.
0 commit comments