runner-ubuntu-custom/Dockerfile
Luke Tainton 1a2f6c6bb1
Some checks failed
/ release (push) Failing after 1m43s
fix: correct pipx install commands
2025-01-03 16:19:45 +00:00

12 lines
253 B
Docker

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 && \
pipx install uv