We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7256ddd commit 473de32Copy full SHA for 473de32
1 file changed
Dockerfile
@@ -1,3 +1,4 @@
1
FROM alpine:latest
2
+RUN apk --no-cache add ca-certificates
3
COPY lfscache /bin/lfscache
4
ENTRYPOINT ["/bin/lfscache"]
0 commit comments