You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
257 B

FROM alpine:3.7
LABEL maintainer "me@jowj.net"
RUN apk update
RUN apk add \
python3 \
python-dev \
libffi-dev
RUN python3 -m pip install --upgrade pip
RUN python3 -m pip install slackclient==2.0.0
COPY ./ ./
CMD python3 ./mojojojo-bot.py