Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
0mniteck authored Oct 24, 2024
1 parent 20de471 commit 9ce868e
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 @@ -29,7 +29,7 @@ RUN wget https://github.com/nvm-sh/nvm/raw/v$NVM_VERSION/install.sh && echo "551
# Clone Repo
# Signal-Desktop Checkout Tag 7.23.0
RUN git clone https://github.com/signalapp/Signal-Desktop.git
RUN git checkout tags/v7.23.0
RUN cd /Signal-Desktop/ && git checkout tags/v7.23.0
RUN mkdir /Signal-Desktop/release/
RUN mkdir /Signal-Desktop/artifacts/
RUN mkdir /Signal-Desktop/artifacts/linux
Expand Down

0 comments on commit 9ce868e

Please sign in to comment.