diff --git a/spacebar-client/Dockerfile b/spacebar-client/Dockerfile index 56223c9..5eaf921 100644 --- a/spacebar-client/Dockerfile +++ b/spacebar-client/Dockerfile @@ -4,7 +4,7 @@ FROM ubuntu:22.04 as builder RUN apt update ; apt install -y curl git gnupg2 ; RUN curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - RUN echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list -RUN curl -sL https://deb.nodesource.com/setup_16.x | bash - +RUN curl -sL https://deb.nodesource.com/setup_18.x | bash - RUN apt update ; apt install -y yarn nodejs RUN git clone https://github.com/spacebarchat/client.git -b legacy-v2 ; cd client