We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 080d643 commit 41b648eCopy full SHA for 41b648e
Dockerfile
@@ -1,6 +1,7 @@
1
FROM ubuntu:20.04
2
3
COPY _build/bundles/kusion-linux/ /kusion/
4
+COPY _build/bundles/kusion-ubuntu/ /kusion/
5
6
RUN chmod +x /kusion/bin/kusion \
7
&& chmod +x /kusion/kclvm/bin/kcl \
0 commit comments