diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index 1bb66d9..0000000 --- a/Dockerfile +++ /dev/null @@ -1,16 +0,0 @@ -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/thewhiteh4t/seeker.git . -EXPOSE 8080 -ENTRYPOINT ["/root/seeker/seeker.py"]