Skip to content

Commit b86b86b

Browse files
committed
gnostr-command-docker:Dockerfile:v0.0.5
1 parent 0d616ef commit b86b86b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN apt-get install bash libssl-dev pkg-config python-is-python3 systemd -y
88
RUN chmod +x /usr/bin/systemctl
99
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
1010
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
1212
WORKDIR /tmp/gnostr-command
1313
#RUN . $HOME/.cargo/env && cargo build --release && cargo install --path .
1414
RUN install ./serve /usr/local/bin

gnostr-command-docker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN apt-get install bash libssl-dev pkg-config python-is-python3 systemd -y
1010
RUN chmod +x /usr/bin/systemctl
1111
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
1212
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
1414
WORKDIR /tmp/gnostr-command
1515
#RUN . "\$HOME/.cargo/env" && cargo build --release && cargo install --path .
1616
RUN install ./serve /usr/local/bin

0 commit comments

Comments
 (0)