Skip to content

Commit 41ea5b6

Browse files
Merge pull request #42 from cohere-ai/yousef/caa-ca-certificates
fix(caa): install ca-certificates in the CAA image
2 parents 07092ff + b00b2ad commit 41ea5b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cloud-api-adaptor/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ RUN echo "Building iptables-wrapper... " \
5959
FROM $BASE AS base-release
6060

6161
RUN apt-get update && \
62-
apt-get install -y iptables && \
62+
apt-get install -y ca-certificates iptables && \
6363
rm -rf /var/lib/apt/lists/*
6464
RUN --mount=type=cache,target=/iptables,from=iptables,source=/iptables,readonly \
6565
cp /iptables/iptables-wrapper /usr/sbin \

0 commit comments

Comments
 (0)