Skip to content

Commit

Permalink
🎃 added py3-wheel and locked llfuse to 1.3.6 as 1.3.7 has a error whe…
Browse files Browse the repository at this point in the history
…n compiling
  • Loading branch information
grantbevis committed Oct 9, 2020
1 parent 3c18b7a commit 13b7f79
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ FROM alpine:latest as builder
LABEL mainainer='b3vis'
ARG BORG_VERSION=1.1.14
ARG BORGMATIC_VERSION=1.5.10
ARG LLFUSE_VERSION=1.3.6
RUN apk upgrade --no-cache \
&& apk add --no-cache \
alpine-sdk \
Expand All @@ -13,10 +14,11 @@ RUN apk upgrade --no-cache \
linux-headers \
fuse-dev \
attr-dev \
py3-wheel \
&& pip3 install --upgrade pip \
&& pip3 install --upgrade borgbackup==${BORG_VERSION} \
&& pip3 install --upgrade borgmatic==${BORGMATIC_VERSION} \
&& pip3 install --upgrade llfuse
&& pip3 install --upgrade llfuse==${LLFUSE_VERSION}

FROM alpine:latest
LABEL mainainer='b3vis'
Expand Down

0 comments on commit 13b7f79

Please sign in to comment.