Remove rclone from the image
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Signed-off-by: Nikolai Rodionov <allanger@badhouseplants.net>
This commit is contained in:
@@ -1,7 +1,2 @@
|
|||||||
FROM rclone/rclone AS rclone
|
|
||||||
WORKDIR /out
|
|
||||||
RUN cp $(which rclone) .
|
|
||||||
|
|
||||||
FROM n3wjack/faircamp
|
FROM n3wjack/faircamp
|
||||||
COPY ./src/ /data
|
COPY ./src/ /data
|
||||||
COPY --from=rclone /out/rclone /usr/bin/rclone
|
|
||||||
|
|||||||
Reference in New Issue
Block a user