Skip to content

Commit 473de32

Browse files
committed
dockerfile: Install CA certificates.
1 parent 7256ddd commit 473de32

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
FROM alpine:latest
2+
RUN apk --no-cache add ca-certificates
23
COPY lfscache /bin/lfscache
34
ENTRYPOINT ["/bin/lfscache"]

0 commit comments

Comments
 (0)