Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #39 from deadc/fix-x509-error
Browse files Browse the repository at this point in the history
fix(Dockerfile) add ca-certificates
  • Loading branch information
blackandred committed Nov 27, 2022
2 parents 5d0da72 + de244f8 commit f214108
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ RUN chmod +x /usr/bin/volume-syncing-controller && chown root:root /usr/bin/volu
# =========================
FROM scratch

# copy ca-certificates to work with some apis
COPY --from=rcloneSrc /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
# copy a versioned artifact from official released image
COPY --from=rcloneSrc /usr/local/bin/rclone /usr/bin/rclone
# copy already built artifact by CI
Expand Down

0 comments on commit f214108

Please sign in to comment.