mirror of
https://gitlab.com/Bockiii/deemix-docker.git
synced 2024-08-30 17:32:18 +00:00
fix18
This commit is contained in:
@ -13,8 +13,8 @@ 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 && \
|
||||
nvm install 16.2.0
|
||||
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash
|
||||
RUN nvm install 16.2.0
|
||||
|
||||
RUN git clone https://gitlab.com/RemixDev/deemix-gui.git --recursive && \
|
||||
rm -R /config && \
|
||||
|
Reference in New Issue
Block a user