Skip to content

Commit 91e2f00

Browse files
authored
Merge pull request #170 from kcl-lang/add-ca-certificates-in-image
chore: add ca-certificates deps in the image
2 parents a459cdf + 4dd3203 commit 91e2f00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN kcl version && \
2323
# Install git for KCL package management
2424
# Use best practices for apt-get commands
2525
RUN apt-get update && \
26-
apt-get install -y --no-install-recommends git && \
26+
apt-get install -y --no-install-recommends git ca-certificates && \
2727
rm -rf /var/lib/apt/lists/*
2828

2929
# Configure KCL runtime environment

0 commit comments

Comments
 (0)