Update 'Dockerfile'

This commit is contained in:
Danny Bessems 2020-11-08 19:23:46 +00:00
parent ae5589781c
commit 1c8a09a7ce
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@ FROM alpine:latest
RUN apk upgrade --update-cache --available && \
apk add \
inotify-tools && \
inotify-tools \
rsync && \
rm -rf /var/lib/apt/lists/* && \
rm /var/cache/apk/*