This commit is contained in:
parent
95a672af4f
commit
0ee51eda60
|
|
@ -1,6 +1,6 @@
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: transactcharlie/docker-nuitka
|
image: nuitka
|
||||||
commands:
|
commands:
|
||||||
- nuitka3 src/main.py -o baloon
|
- nuitka3 src/main.py -o baloon
|
||||||
- ls -lh
|
- ls -lh
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
FROM python:3
|
||||||
|
|
||||||
|
RUN pip install -U nuitka
|
||||||
Loading…
Reference in New Issue