runner-ubuntu-custom/Dockerfile
Luke Tainton 059d536d2a
Some checks failed
/ release (push) Failing after 1m27s
feat: add uv
2025-01-03 16:13:35 +00:00

11 lines
231 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 uv