Add s3fs to Dockerfile.s3backer
This commit is contained in:
parent
0010066fe3
commit
3f83f7fe36
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue