Skip to content

Commit

Permalink
Add inotify-tools rclone to backups
Browse files Browse the repository at this point in the history
  • Loading branch information
zhulik committed Nov 2, 2024
1 parent 72a8dcd commit 4d78a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backup/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM alpine:3.20 as base
RUN mkdir /workdir
WORKDIR /workdir

RUN apk add --no-cache ruby ruby-dev &&\
RUN apk add --no-cache ruby ruby-dev inotify-tools rclone &&\
gem install bundler &&\
bundle config set --local path './vendor'

Expand Down

0 comments on commit 4d78a26

Please sign in to comment.