This commit is contained in:
@@ -4,7 +4,10 @@ LABEL maintainer="Luke Tainton <luke@tainton.uk>"
|
|||||||
|
|
||||||
ENV PIPX_BIN_DIR=/usr/local/bin
|
ENV PIPX_BIN_DIR=/usr/local/bin
|
||||||
|
|
||||||
RUN add-apt-repository ppa:longsleep/golang-backports && \
|
RUN wget -q -O- https://raw.githubusercontent.com/nvm-sh/nvm/master/install.sh | bash && \
|
||||||
|
. ~/.bashrc && \
|
||||||
|
nvm install 24 && \
|
||||||
|
add-apt-repository ppa:longsleep/golang-backports && \
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
apt-get install -y golang-go pipx && \
|
apt-get install -y golang-go pipx && \
|
||||||
apt-get clean && \
|
apt-get clean && \
|
||||||
|
Reference in New Issue
Block a user