This commit is contained in:
Henning Bocklage
2021-05-30 04:17:12 +02:00
parent 99932f89d8
commit 134fd2b7ad

View File

@ -12,7 +12,7 @@ LABEL \
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash && \
chmod +x /root/.nvm/nvm.sh && \
/root/.nvm/nvm.sh install 16.2.0
/root/.nvm/nvm.sh install v16.2.0
RUN apt-get update && \
apt-get install -y git