Add s3fs to Dockerfile.s3backer

This commit is contained in:
Cyrill Troxler 2018-07-26 22:46:30 +02:00
parent 0010066fe3
commit 3f83f7fe36

View file

@ -3,6 +3,7 @@ LABEL maintainers="Cyrill Troxler <cyrilltroxler@gmail.com>"
LABEL description="s3 fuse csi plugin" LABEL description="s3 fuse csi plugin"
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
s3fs \
build-essential \ build-essential \
autoconf \ autoconf \
libcurl4-openssl-dev \ libcurl4-openssl-dev \
@ -12,7 +13,8 @@ RUN apt-get update && apt-get install -y \
zlib1g-dev \ zlib1g-dev \
xfsprogs \ xfsprogs \
psmisc \ psmisc \
git git && \
rm -rf /var/lib/apt/lists/*
RUN git clone https://github.com/archiecobbs/s3backer.git ./s3backer RUN git clone https://github.com/archiecobbs/s3backer.git ./s3backer