mirror of
https://github.com/s83/docker-brudi-rclone.git
synced 2024-11-26 05:55:29 +00:00
Create Dockerfile
This commit is contained in:
parent
1f390db5d3
commit
351e857fba
6
Dockerfile
Normal file
6
Dockerfile
Normal file
@ -0,0 +1,6 @@
|
||||
FROM quay.io/mittwald/brudi
|
||||
|
||||
USER root
|
||||
RUN apk add --no-cache --upgrade rclone \
|
||||
&& touch /home/brudi/.config/rclone/rclone.conf
|
||||
USER ${BRUDI_USER}
|
Loading…
Reference in New Issue
Block a user