Skip to content

Commit 95af5bd

Browse files
committed
feat: add gcc deps in kcl dockerfile
Signed-off-by: peefy <[email protected]>
1 parent e8a685e commit 95af5bd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ ENV LANG=en_US.utf8
99
FROM base
1010
COPY --from=build /src/bin/kcl /usr/local/bin/kcl
1111
RUN /usr/local/bin/kcl
12+
RUN apt-get update
13+
RUN apt-get install gcc -y

0 commit comments

Comments
 (0)