runner-ubuntu-custom/Dockerfile

12 lines
253 B
Docker
Raw Permalink Normal View History

2025-01-02 16:17:00 +01:00
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 && \
2025-01-03 17:19:45 +01:00
pipx install poetry && \
pipx install uv