Skip to content

Commit

Permalink
Merge pull request #170 from kcl-lang/add-ca-certificates-in-image
Browse files Browse the repository at this point in the history
chore: add ca-certificates deps in the image
  • Loading branch information
zong-zhe authored Nov 15, 2024
2 parents a459cdf + 4dd3203 commit 91e2f00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN kcl version && \
# Install git for KCL package management
# Use best practices for apt-get commands
RUN apt-get update && \
apt-get install -y --no-install-recommends git && \
apt-get install -y --no-install-recommends git ca-certificates && \
rm -rf /var/lib/apt/lists/*

# Configure KCL runtime environment
Expand Down

0 comments on commit 91e2f00

Please sign in to comment.