Files
xc/Dockerfile
Pavel Vorobyov 845148fd2c icqnotify
2020-04-15 16:45:14 +03:00

6 lines
137 B
Docker

FROM golang:1.13
RUN apt update
RUN apt install -y python3 python3-pip
RUN pip3 install mailru-im-bot
ADD icqnotify.py /bin/icqnotify.py