trivial: Do not use the testing remote for the Fedora CI

This commit is contained in:
Richard Hughes 2019-01-29 20:38:57 +00:00
parent 82f7499faa
commit a08891b6cb

View File

@ -4,7 +4,7 @@ ENV LANG en_US.UTF-8
ENV LANGUAGE en_US:en
ENV LC_ALL en_US.UTF-8
RUN echo fubar > /etc/machine-id
RUN dnf --enablerepo=updates-testing -y update
RUN dnf -y update
RUN echo fubar > /etc/machine-id
%%%INSTALL_DEPENDENCIES_COMMAND%%%
RUN mkdir /build