Skip to content

Commit

Permalink
feat: add gcc deps in kcl dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <[email protected]>
  • Loading branch information
Peefy committed Nov 21, 2023
1 parent e8a685e commit 95af5bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ ENV LANG=en_US.utf8
FROM base
COPY --from=build /src/bin/kcl /usr/local/bin/kcl
RUN /usr/local/bin/kcl
RUN apt-get update
RUN apt-get install gcc -y

0 comments on commit 95af5bd

Please sign in to comment.