cephfs/Dockerfile: added attr package

This commit is contained in:
gman 2018-04-13 14:35:38 +02:00
parent 58eb8d1de7
commit f881bf5249

View File

@ -7,7 +7,7 @@ ENV CEPH_VERSION "luminous"
RUN apt-get update && apt-get install -y wget && \ RUN apt-get update && apt-get install -y wget && \
wget -q -O- 'https://download.ceph.com/keys/release.asc' | apt-key add - && \ wget -q -O- 'https://download.ceph.com/keys/release.asc' | apt-key add - && \
echo "deb http://download.ceph.com/debian-$CEPH_VERSION/ xenial main" | tee /etc/apt/sources.list.d/ceph-$CEPH_VERSION.list && \ echo "deb http://download.ceph.com/debian-$CEPH_VERSION/ xenial main" | tee /etc/apt/sources.list.d/ceph-$CEPH_VERSION.list && \
apt-get update && apt-get install -y kmod ceph-common ceph-fuse --no-install-recommends && \ apt-get update && apt-get install -y kmod ceph-common ceph-fuse attr --no-install-recommends && \
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/*
COPY cephfsplugin /cephfsplugin COPY cephfsplugin /cephfsplugin