Why Nostr? What is Njump?
2024-07-03 00:52:03

npub1aj…ghq3z on Nostr: commit cf1e0a524482b0ed8e292ba68e71cec0bb3db7c3 Author: @RandyMcMillan ...

commit cf1e0a524482b0ed8e292ba68e71cec0bb3db7c3
Author: @RandyMcMillan <[email protected]>
Date: Thu Feb 22 14:46:05 2024 -0500

template/gnostr-docker:apt install lsof

diff --git a/.github/workflows/gnostr-docker.yml b/.github/workflows/gnostr-docker.yml
index c2f3d3887..1b58c036e 100644
--- a/.github/workflows/gnostr-docker.yml
+++ b/.github/workflows/gnostr-docker.yml
@@ -32,7 +32,7 @@ jobs:
container: rust:${{ matrix.tag }}

steps:
- - run: apt-get update && apt-get install autoconf build-essential curl cmake jq libexpat1-dev libcurl4-openssl-dev libssl-dev libtool lsb-release git make nodejs npm pkg-config python3 python-is-python3 sudo tcl zlib1g-dev -y
+ - run: apt-get update && apt-get install autoconf build-essential curl cmake jq libexpat1-dev libcurl4-openssl-dev libssl-dev libtool lsb-release git make nodejs npm pkg-config python3 python-is-python3 sudo tcl zlib1g-dev -y
## notice: this is a pre checkout step
## notice: additional operations can be done prior to checkout
## - run: apk update && apk add bash cmake git python3 && python3 -m ensurepip
diff --git a/Dockerfile b/Dockerfile
index f42f0ffc7..c94cd2294 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,7 +4,7 @@ LABEL org.opencontainers.image.description="gnostr-docker"
RUN touch updated
RUN echo $(date +%s) > updated
RUN apt-get update
-RUN apt-get install bash libssl-dev pkg-config python-is-python3 systemd -y
+RUN apt-get install bash libssl-dev lsof pkg-config python-is-python3 systemd -y
RUN chmod +x /usr/bin/systemctl
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
WORKDIR /tmp
diff --git a/template/gnostr-docker b/template/gnostr-docker
index 304f322d0..13fae9322 100755
--- a/template/gnostr-docker
+++ b/template/gnostr-docker
@@ -6,7 +6,7 @@ LABEL org.opencontainers.image.description=\"gnostr-docker\"
RUN touch updated
RUN echo \$(date +%s) > updated
RUN apt-get update
-RUN apt-get install bash libssl-dev pkg-config python-is-python3 systemd -y
+RUN apt-get install bash libssl-dev lsof pkg-config python-is-python3 systemd -y
RUN chmod +x /usr/bin/systemctl
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
WORKDIR /tmp
Author Public Key
npub1ajf7l8tkgzk9kn30ep09kxztc4p8nxkmv4vzw0v2y6ujenyuwmps0ghq3z