From 9ffdeef93bcc655f369a858b5eeeb2eed4b21fe2 Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Fri, 3 Dec 2021 00:04:18 +0300 Subject: [PATCH] Install the built liburing version in el8 dockerfile --- rpm/vitastor-el8.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpm/vitastor-el8.Dockerfile b/rpm/vitastor-el8.Dockerfile index 01de0c173..31f5f2cca 100644 --- a/rpm/vitastor-el8.Dockerfile +++ b/rpm/vitastor-el8.Dockerfile @@ -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