This commit is contained in:
Henning Bocklage
2021-05-30 03:56:14 +02:00
parent d19ee45da7
commit f87e1a6bbb

View File

@ -14,7 +14,7 @@ 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 && \
source ~/.bashrc && \
export NVM_DIR="$HOME/.nvm" && \
nvm install 16.2.0
RUN git clone https://gitlab.com/RemixDev/deemix-gui.git --recursive && \