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
8
8
RUN chmod +x /usr/bin/systemctl
9
9
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
10
10
WORKDIR /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
12
12
WORKDIR /tmp/gnostr-command
13
13
# RUN . $HOME/.cargo/env && cargo build --release && cargo install --path .
14
14
RUN 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
10
10
RUN chmod +x /usr/bin/systemctl
11
11
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
12
12
WORKDIR /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
14
14
WORKDIR /tmp/gnostr-command
15
15
#RUN . " \$ HOME/.cargo/env" && cargo build --release && cargo install --path .
16
16
RUN install ./serve /usr/local/bin
You can’t perform that action at this time.
0 commit comments