mirror of
https://gitlab.com/Bockiii/deemix-docker.git
synced 2024-08-30 17:32:18 +00:00
fix24
This commit is contained in:
parent
b98732ad54
commit
297d1fd7a0
@ -10,13 +10,13 @@ LABEL \
|
||||
app.deemix.image.description="Docker image for Deemix" \
|
||||
maintainer="Bocki"
|
||||
|
||||
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 apt-get update && \
|
||||
apt-get install -y git
|
||||
|
||||
RUN git clone https://gitlab.com/RemixDev/deemix-gui.git --recursive && \
|
||||
rm -R /config && \
|
||||
mkdir /deemix-gui/server/music && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user