This commit is contained in:
Henning Bocklage
2021-05-30 03:51:11 +02:00
parent 94574f1e9e
commit d19ee45da7

View File

@ -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 && \