Update Dockerfile

This commit is contained in:
sᴧᴍᴜᴇʟ ᴍ 2023-12-22 21:42:50 +00:00 committed by GitHub
parent 4531efe636
commit fd853e68ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
FROM quay.io/mittwald/brudi
USER root
RUN apk add --no-cache --upgrade rclone \
RUN apk add --no-cache --upgrade rclone curl \
&& mkdir -p /home/brudi/.config/rclone/ \
&& touch /home/brudi/.config/rclone/rclone.conf
USER ${BRUDI_USER}