Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
maskhanid authored Dec 21, 2024
1 parent 9a23fec commit 20d681e
Show file tree
Hide file tree
Showing 3 changed files with 469 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
FROM alpine:latest
RUN apk update
RUN apk add --no-cache \
git \
bash \
musl-dev \
linux-headers \
python3 \
py3-pip gcc \
python3-dev \
php php-json openssh
RUN pip3 install requests packaging psutil
WORKDIR /root/seeker
RUN git clone https://github.com/maskhanid/seeker.git .
EXPOSE 8080
ENTRYPOINT ["/root/seeker/seeker.py"]
7 changes: 7 additions & 0 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "seeker",
"author": "maskhanid",
"version": "1.3.1",
"whatsapp": "https://wa.me/6283141471040",
"comms": "https://maskhandev.me/"
}
Loading

0 comments on commit 20d681e

Please sign in to comment.