diff --git a/.woodpecker/build.yaml b/.woodpecker/build.yaml index 9d32e58..1430c63 100644 --- a/.woodpecker/build.yaml +++ b/.woodpecker/build.yaml @@ -1,6 +1,6 @@ steps: - name: build - image: transactcharlie/docker-nuitka + image: nuitka commands: - nuitka3 src/main.py -o baloon - ls -lh diff --git a/df/Dockerfile b/df/Dockerfile new file mode 100644 index 0000000..bce6e51 --- /dev/null +++ b/df/Dockerfile @@ -0,0 +1,3 @@ +FROM python:3 + +RUN pip install -U nuitka