]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
Install acl.rpm for setfacl for the xattr tests
authorMartin Vidner <mvidner@suse.cz>
Thu, 9 Jan 2020 14:31:42 +0000 (15:31 +0100)
committerMartin Vidner <mvidner@suse.cz>
Thu, 9 Jan 2020 15:22:40 +0000 (16:22 +0100)
Dockerfile.fedora
Dockerfile.leap
Dockerfile.tumbleweed

index 5bbe3211ef22e7262087573dd798db1670c92470..4fb021fd686f099181f578918fbcdaab822cae12 100644 (file)
@@ -2,6 +2,7 @@
 FROM fedora:27
 
 RUN dnf -y install \
+  acl \
   autoconf \
   automake \
   boost-devel \
index 7d8e9df75f317f67b4f811ef80c03739e00877bd..d99fa8390adfd34416291b7543fd5a5fd44ec99c 100644 (file)
@@ -9,6 +9,7 @@ RUN zypper --non-interactive in --no-recommends --force-resolution ruby && zyppe
 
 RUN RUBY_VERSION=ruby:`rpm --eval '%{rb_ver}'` && \
   zypper --non-interactive in --no-recommends \
+  acl \
   autoconf \
   automake \
   dbus-1-devel \
index 68e31b7c765fc3e959961025a65e651e6e4a87d5..49598155e21773bc2639b2743b985148e6ca653e 100644 (file)
@@ -9,6 +9,7 @@ RUN zypper --non-interactive in --no-recommends --force-resolution ruby && zyppe
 
 RUN RUBY_VERSION=ruby:`rpm --eval '%{rb_ver}'` && \
   zypper --non-interactive in --no-recommends \
+  acl \
   autoconf \
   automake \
   dbus-1-devel \