Files
runner-ubuntu-custom/Dockerfile
Luke Tainton 6fa0e84a07
Some checks failed
/ release (push) Failing after 2m48s
Update Dockerfile
2025-08-16 15:00:20 +02:00

16 lines
522 B
Docker

FROM gitea/runner-images:ubuntu-latest
LABEL maintainer="Luke Tainton <luke@tainton.uk>"
ENV PIPX_BIN_DIR=/usr/local/bin
RUN wget -q -O- https://raw.githubusercontent.com/nvm-sh/nvm/master/install.sh | bash && \
export NVM_DIR="$HOME/.nvm" && $NVM_DIR/nvm.sh && $NVM_DIR/bash_completion" && \
nvm install 24 && \
add-apt-repository ppa:longsleep/golang-backports && \
apt-get update && \
apt-get install -y golang-go pipx && \
apt-get clean && \
pipx install poetry && \
pipx install uv