mirror of
https://github.com/offen/docker-volume-backup.git
synced 2025-09-06 22:44:58 +08:00
Install ca-certs with --no-cache to reduce image size
This commit is contained in:
parent
3bbeba5b83
commit
5ec2b2c3ff
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ FROM alpine:3.15
|
|||
|
||||
WORKDIR /root
|
||||
|
||||
RUN apk add --update ca-certificates
|
||||
RUN apk add --update --no-cache ca-certificates
|
||||
|
||||
COPY --from=builder /app/cmd/backup/backup /usr/bin/backup
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue