Update dockerfile additions.

master
jowj 4 years ago
parent 61a973da8c
commit edeba7a44a

@ -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
CMD python3 ./arke.py

Loading…
Cancel
Save