Install the built liburing version in el8 dockerfile

master
Vitaliy Filippov 2021-12-03 00:04:18 +03:00
parent 589892d501
commit 9ffdeef93b
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ RUN set -e; \
cp ~/rpmbuild/RPMS/*/liburing* /root/packages/liburing-el8/; \
cp ~/rpmbuild/SRPMS/liburing* /root/packages/liburing-el8/
RUN rpm -i `ls /root/packages/liburing-el7/liburing-*.x86_64.rpm | grep -v debug`
RUN rpm -i `ls /root/packages/liburing-el8/liburing-*.x86_64.rpm | grep -v debug`
ADD . /root/vitastor