using my wip repository + rpmbuild
This commit is contained in:
parent
cfe8924b48
commit
2b724542a3
|
@ -5,7 +5,10 @@ RUN yum -y install epel-release
|
|||
RUN yum -y install git cmake3 make qt5-qtbase-devel gcc \
|
||||
avahi-compat-libdns_sd-devel gcc-c++ curl-devel \
|
||||
openssl-devel \
|
||||
libXtst-devel libXinerama-devel libICE-devel libXrandr-devel
|
||||
libXtst-devel libXinerama-devel libICE-devel libXrandr-devel \
|
||||
rpm-build
|
||||
|
||||
RUN git clone https://github.com/debauchee/barrier/
|
||||
RUN cd barrier && ./clean_build.sh | tee clean_build.log && tar czvf build.tgz build clean_build.log
|
||||
|
||||
#RUN git clone https://github.com/debauchee/barrier/
|
||||
RUN git clone https://github.com/truatpasteurdotfr/barrier/
|
||||
RUN cd barrier && ./build_rpm.sh | tee clean_build.log
|
||||
|
|
Loading…
Reference in New Issue