From d19ee45da7345fb28fcc627388f63e75bdf476a0 Mon Sep 17 00:00:00 2001 From: Henning Bocklage Date: Sun, 30 May 2021 03:51:11 +0200 Subject: [PATCH] fix19 --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4b4c850..c4b38ee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,8 +13,9 @@ LABEL \ RUN apt-get update && \ apt-get install -y git -RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash -RUN nvm install 16.2.0 +RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash && \ + source ~/.bashrc && \ + nvm install 16.2.0 RUN git clone https://gitlab.com/RemixDev/deemix-gui.git --recursive && \ rm -R /config && \