Initial
Some checks failed
Publish Docker Image / publish (push) Failing after 1m41s

This commit is contained in:
2025-01-02 15:17:00 +00:00
commit a25b1e5dd9
2 changed files with 45 additions and 0 deletions

10
Dockerfile Normal file
View File

@ -0,0 +1,10 @@
FROM gitea/runner-images:ubuntu-latest
LABEL maintainer="Luke Tainton <luke@tainton.uk>"
ENV PIPX_BIN_DIR=/usr/local/bin
RUN apt-get update && \
apt-get install -y pipx && \
apt-get clean && \
pipx install poetry