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.
1 parent e8a685e commit 95af5bdCopy full SHA for 95af5bd
Dockerfile
@@ -9,3 +9,5 @@ ENV LANG=en_US.utf8
9
FROM base
10
COPY --from=build /src/bin/kcl /usr/local/bin/kcl
11
RUN /usr/local/bin/kcl
12
+RUN apt-get update
13
+RUN apt-get install gcc -y
0 commit comments