Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
0mniteck authored Nov 17, 2024
1 parent 4d6949d commit 729d7a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ARG NPM_VERSION
RUN wget https://github.com/nvm-sh/nvm/raw/v$NVM_VERSION/install.sh && echo "551831ea67476372c6fb13fc2cab474b38f6e369daa51652a1c22974b0c8a5ed9e36a1e586046e371ba90de8c9d7376ffb3a41c6f6f352c29a847203a56f1db9 install.sh" > install.sum && bash -c 'if [[ $(sha512sum -c install.sum) == "install.sh: OK" ]]; then echo "install.sh: Checksum Matched!"; else echo "install.sh: Checksum Mismatch!" & remove -f install.sh; fi;' && chmod +x install.sh && ./install.sh && . $NVM_DIR/nvm.sh && nvm install $NODE_VERSION && nvm alias $NODE_VERSION && nvm use $NODE_VERSION && npm install --location=global npm@$NPM_VERSION

RUN git clone https://github.com/signalapp/Signal-Desktop.git
RUN cd /Signal-Desktop/ && git checkout --progress --force -B 7.31.x
RUN cd /Signal-Desktop/ && git checkout --progress --force -B 7.31.x refs/remotes/origin/7.31.x
RUN mkdir /Signal-Desktop/release/
RUN mkdir /Signal-Desktop/artifacts/
RUN mkdir /Signal-Desktop/artifacts/linux
Expand Down

0 comments on commit 729d7a9

Please sign in to comment.