-O upper case!

This commit is contained in:
Tru Huynh (pasteur.fr) 2018-03-23 20:06:10 +01:00
parent d121155dba
commit 8ef222dfad
1 changed files with 1 additions and 1 deletions

View File

@ -10,4 +10,4 @@ RUN yum -y install cmake3 make qt5-qtbase-devel gcc \
# during the testing period using truatpasteurdotfr/barrier pre-released tarball
# final version should use the https://github.com/debauchee/barrier release versions
RUN wget https://github.com/truatpasteurdotfr/barrier/archive/v2.0.0-RC2.tar.gz -o barrier-2.0.0-Source.tar.gz && rpmbuild -ta barrier-2.0.0-Source.tar.gz | tee rpmbuild.log
RUN wget https://github.com/truatpasteurdotfr/barrier/archive/v2.0.0-RC2.tar.gz -O barrier-2.0.0-Source.tar.gz && rpmbuild -ta barrier-2.0.0-Source.tar.gz | tee rpmbuild.log