Skip to content

Commit a523860

Browse files
committed
Add ssl-certificates to docker image
Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com>
1 parent 0827ee9 commit a523860

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ RUN cargo install --path .
66
FROM debian:bookworm-slim
77
RUN apt-get update && rm -rf /var/lib/apt/lists/*
88
COPY --from=builder /usr/local/cargo/bin/kernelci-storage /usr/local/bin/kernelci-storage
9+
# install ssl certificates
10+
RUN apt-get update && apt-get install -y ca-certificates && rm -rf /var/lib/apt/lists/*
911
RUN mkdir /workdir
1012
WORKDIR /workdir
1113
CMD ["kernelci-storage"]

0 commit comments

Comments
 (0)