mirror of
				https://github.com/rclone/rclone.git
				synced 2025-10-30 23:17:59 +02:00 
			
		
		
		
	build: add an rclone user to the Docker image but don't use it by default
partially addresses #4831 Co-authored-by: cynful <cynful@users.noreply.github.com>
This commit is contained in:
		| @@ -16,6 +16,8 @@ RUN apk --no-cache add ca-certificates fuse tzdata && \ | ||||
|  | ||||
| COPY --from=builder /go/src/github.com/rclone/rclone/rclone /usr/local/bin/ | ||||
|  | ||||
| RUN addgroup -g 1009 rclone && adduser -u 1009 -Ds /bin/sh -G rclone rclone | ||||
|  | ||||
| ENTRYPOINT [ "rclone" ] | ||||
|  | ||||
| WORKDIR /data | ||||
|   | ||||
		Reference in New Issue
	
	Block a user