arke/dockerfile

14 lines
188 B
Plaintext
Raw Normal View History

2018-10-07 21:14:03 +00:00
FROM alpine:3.7
LABEL maintainer "me@jowj.net"
RUN apk update
RUN apk add \
python3 \
python-dev
RUN python3 -m pip install --upgrade pip
COPY ./ ./
CMD python3 ./arke.py