mirror of
https://github.com/kemko/xc.git
synced 2026-01-01 07:45:46 +03:00
6 lines
137 B
Docker
6 lines
137 B
Docker
FROM golang:1.19
|
|
RUN apt update
|
|
RUN apt install -y python3 python3-pip
|
|
RUN pip3 install mailru-im-bot
|
|
ADD icqnotify.py /bin/icqnotify.py
|