From e0f155b8680d42e6cc0341c73a31ebc0d2ae3e29 Mon Sep 17 00:00:00 2001 From: Mokhlas Hussein Date: Tue, 26 Apr 2022 12:42:58 +0200 Subject: [PATCH 1/2] fixed mistyped clone url --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9b11c8f1..50d6cfe4 100755 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ docker pull thewhiteh4t/seeker ### OSX ```bash -git clone https://github.com/thewhiteh4t/seeker.py +git clone https://github.com/thewhiteh4t/seeker.git cd seeker/ python3 seeker.py ```` @@ -193,4 +193,4 @@ as an alterntive to ngrok - \ No newline at end of file + From 1413776236ba0c4261c6ec678f157e82407a10ec Mon Sep 17 00:00:00 2001 From: Bryon Keck Date: Sun, 1 May 2022 23:23:58 -0700 Subject: [PATCH 2/2] adds php-json package to the docker file --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index cfae3baa..48a3168d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,8 +5,8 @@ git \ python3 \ py3-pip gcc \ python3-dev \ -php openssh +php php-json openssh WORKDIR /root RUN git clone https://github.com/thewhiteh4t/seeker.git WORKDIR /root/seeker/ -ENTRYPOINT ["/bin/sh"] \ No newline at end of file +ENTRYPOINT ["/bin/sh"]