Skip to content

Commit 41b648e

Browse files
authored
bugfix: fix kclvm binary source dir of dockerfile (#118)
1 parent 080d643 commit 41b648e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
FROM ubuntu:20.04
22

33
COPY _build/bundles/kusion-linux/ /kusion/
4+
COPY _build/bundles/kusion-ubuntu/ /kusion/
45

56
RUN chmod +x /kusion/bin/kusion \
67
&& chmod +x /kusion/kclvm/bin/kcl \

0 commit comments

Comments
 (0)