File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ RUN apt-get install bash libssl-dev pkg-config python-is-python3 systemd -y
88RUN chmod +x /usr/bin/systemctl
99RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
1010WORKDIR /tmp
11- RUN git clone --recurse-submodules -j2 --branch v0.0.4 --depth 1 https://github.com/gnostr-org/gnostr-command
11+ RUN git clone --recurse-submodules -j2 --branch v0.0.5 --depth 1 https://github.com/gnostr-org/gnostr-command.git
1212WORKDIR /tmp/gnostr-command
1313# RUN . $HOME/.cargo/env && cargo build --release && cargo install --path .
1414RUN install ./serve /usr/local/bin
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ RUN apt-get install bash libssl-dev pkg-config python-is-python3 systemd -y
1010RUN chmod +x /usr/bin/systemctl
1111RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
1212WORKDIR /tmp
13- RUN git clone --recurse-submodules -j2 --branch v0.0.4 --depth 1 https://github.com/gnostr-org/gnostr-command
13+ RUN git clone --recurse-submodules -j2 --branch v0.0.5 --depth 1 https://github.com/gnostr-org/gnostr-command.git
1414WORKDIR /tmp/gnostr-command
1515#RUN . " \$ HOME/.cargo/env" && cargo build --release && cargo install --path .
1616RUN install ./serve /usr/local/bin
You can’t perform that action at this time.
0 commit comments