We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a459cdf + 4dd3203 commit 91e2f00Copy full SHA for 91e2f00
Dockerfile
@@ -23,7 +23,7 @@ RUN kcl version && \
23
# Install git for KCL package management
24
# Use best practices for apt-get commands
25
RUN apt-get update && \
26
- apt-get install -y --no-install-recommends git && \
+ apt-get install -y --no-install-recommends git ca-certificates && \
27
rm -rf /var/lib/apt/lists/*
28
29
# Configure KCL runtime environment
0 commit comments