Added parallel docker builds and caching for go build in the container

Signed-off-by: Anagh Kumar Baranwal <6824881+darthShadow@users.noreply.github.com>
This commit is contained in:
Anagh Kumar Baranwal
2025-02-11 10:17:50 +00:00
committed by Nick Craig-Wood
parent dc9c87279b
commit c0515a51a5
5 changed files with 339 additions and 168 deletions
-2
View File
@@ -12,8 +12,6 @@ RUN ./rclone version
# Begin final image
FROM alpine:latest
LABEL org.opencontainers.image.source="https://github.com/rclone/rclone"
RUN apk --no-cache add ca-certificates fuse3 tzdata && \
echo "user_allow_other" >> /etc/fuse.conf