This commit is contained in:
Henning Bocklage
2021-05-30 04:02:38 +02:00
parent 4ef65d6ca4
commit b98732ad54

View File

@ -14,6 +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 && \
chmod +x /root/.nvm/nvm.sh && \
/root/.nvm/nvm.sh install 16.2.0
RUN git clone https://gitlab.com/RemixDev/deemix-gui.git --recursive && \