This commit is contained in:
Iurii 2024-04-18 20:03:44 +03:00
parent 95a672af4f
commit 0ee51eda60
2 changed files with 4 additions and 1 deletions

View File

@ -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

3
df/Dockerfile Normal file
View File

@ -0,0 +1,3 @@
FROM python:3
RUN pip install -U nuitka