diff --git a/Dockerfile b/Dockerfile index 7062a71..9d866bf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,7 +32,7 @@ RUN ln -s /etc/diploi-git/gitconfig /etc/gitconfig COPY diploi-credential-helper /usr/local/bin # Install code server -curl -fsSL https://code-server.dev/install.sh | sh +RUN curl -fsSL https://code-server.dev/install.sh | sh # Init and run supervisor COPY diploi-runonce.sh /usr/local/bin/diploi-runonce.sh