Update Dockerfile
Some checks failed
/ release (push) Failing after 2m48s

This commit is contained in:
2025-08-16 15:00:20 +02:00
parent 1f5e69baf6
commit 6fa0e84a07

View File

@@ -5,7 +5,7 @@ LABEL maintainer="Luke Tainton <luke@tainton.uk>"
ENV PIPX_BIN_DIR=/usr/local/bin ENV PIPX_BIN_DIR=/usr/local/bin
RUN wget -q -O- https://raw.githubusercontent.com/nvm-sh/nvm/master/install.sh | bash && \ RUN wget -q -O- https://raw.githubusercontent.com/nvm-sh/nvm/master/install.sh | bash && \
. ~/.bashrc && \ export NVM_DIR="$HOME/.nvm" && $NVM_DIR/nvm.sh && $NVM_DIR/bash_completion" && \
nvm install 24 && \ nvm install 24 && \
add-apt-repository ppa:longsleep/golang-backports && \ add-apt-repository ppa:longsleep/golang-backports && \
apt-get update && \ apt-get update && \