diff --git a/dockerfile b/dockerfile index e5ce42d..301dbf3 100644 --- a/dockerfile +++ b/dockerfile @@ -1,3 +1,4 @@ + FROM alpine:3.7 LABEL maintainer "me@jowj.net" @@ -8,8 +9,11 @@ RUN apk add \ python-dev RUN python3 -m pip install --upgrade pip \ - && pip3 install requests + && pip3 install requests \ + && pip3 install whois \ + && pip3 install pyopenssl + COPY ./ ./ -CMD python3 ./arke.py \ No newline at end of file +CMD python3 ./arke.py