This is an automated email from the ASF dual-hosted git repository. gilbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git
commit 3944124da5338791ce28c4a9285c98ee80c99b16 Author: Qian Zhang <[email protected]> AuthorDate: Wed Feb 27 22:22:52 2019 -0800 Reverted "Added `libacl` into a few Dockerfiles.". We have changed our solution for the volume ownership project from POSIX ACLs to supplementary group, so we do not need `libacl` anymore. Review: https://reviews.apache.org/r/69614/ --- support/mesos-build/centos-7.dockerfile | 1 - support/mesos-build/ubuntu-16.04-arm.dockerfile | 1 - support/mesos-build/ubuntu-16.04.dockerfile | 1 - support/mesos-tidy/Dockerfile | 1 - support/packaging/centos/mesos.spec | 1 - 5 files changed, 5 deletions(-) diff --git a/support/mesos-build/centos-7.dockerfile b/support/mesos-build/centos-7.dockerfile index ffa6268..306102c 100644 --- a/support/mesos-build/centos-7.dockerfile +++ b/support/mesos-build/centos-7.dockerfile @@ -34,7 +34,6 @@ RUN yum groupinstall -y 'Development Tools' && \ devtoolset-4-gcc-c++ \ git \ java-1.8.0-openjdk-devel \ - libacl-devel \ libcurl-devel \ libevent-devel \ libev-devel \ diff --git a/support/mesos-build/ubuntu-16.04-arm.dockerfile b/support/mesos-build/ubuntu-16.04-arm.dockerfile index a4e191f..d223202 100644 --- a/support/mesos-build/ubuntu-16.04-arm.dockerfile +++ b/support/mesos-build/ubuntu-16.04-arm.dockerfile @@ -25,7 +25,6 @@ RUN apt-get update && \ curl \ git \ iputils-ping \ - libacl1-dev \ libapr1-dev \ libcurl4-nss-dev \ libev-dev \ diff --git a/support/mesos-build/ubuntu-16.04.dockerfile b/support/mesos-build/ubuntu-16.04.dockerfile index b511600..0606170 100644 --- a/support/mesos-build/ubuntu-16.04.dockerfile +++ b/support/mesos-build/ubuntu-16.04.dockerfile @@ -25,7 +25,6 @@ RUN apt-get update && \ curl \ git \ iputils-ping \ - libacl1-dev \ libapr1-dev \ libcurl4-nss-dev \ libev-dev \ diff --git a/support/mesos-tidy/Dockerfile b/support/mesos-tidy/Dockerfile index e25dd70..c6f9d83 100644 --- a/support/mesos-tidy/Dockerfile +++ b/support/mesos-tidy/Dockerfile @@ -58,7 +58,6 @@ ENV PATH /opt/bin:$PATH RUN apt-get update && \ apt-get install -qy \ autoconf \ - libacl1-dev \ libapr1-dev \ libcurl4-nss-dev \ libsasl2-dev \ diff --git a/support/packaging/centos/mesos.spec b/support/packaging/centos/mesos.spec index 8e719ab..de905fd 100644 --- a/support/packaging/centos/mesos.spec +++ b/support/packaging/centos/mesos.spec @@ -35,7 +35,6 @@ BuildRequires: python-devel BuildRequires: java-1.8.0-openjdk-devel BuildRequires: libnl3-devel BuildRequires: zlib-devel -BuildRequires: libacl-devel BuildRequires: libcurl-devel BuildRequires: openssl-devel BuildRequires: cyrus-sasl-devel
