Skip to content

Commit

Permalink
chmod +x geesefs
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasRosenstein committed Oct 11, 2024
1 parent 38c613e commit 5dcdc1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vaultwarden-fly-io/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ RUN arch=$(cat /tmp/arch) &&\

FROM fetcher AS geesefs
RUN arch=$(cat /tmp/arch) &&\
wget https://github.com/yandex-cloud/geesefs/releases/download/v0.41.3/geesefs-linux-${arch} -O geesefs
wget https://github.com/yandex-cloud/geesefs/releases/download/v0.41.3/geesefs-linux-${arch} -O geesefs && \
chmod +x geesefs

FROM alpine
RUN apk add age envsubst fuse
Expand Down

0 comments on commit 5dcdc1f

Please sign in to comment.