|
|
@ -4,7 +4,7 @@ RUN groupadd -g 1000 service && useradd -g 1000 -u 1000 service |
|
|
|
|
|
|
|
ENV TZ=Europe/Moscow |
|
|
|
|
|
|
|
RUN python -m pip install aiomysql aiohttp steamio git+https://github.com/conqp/rcon |
|
|
|
RUN python -m pip install aiomysql aiohttp https://github.com/Gobot1234/steam.py/archive/refs/tags/V.1.0.0rc1.zip git+https://github.com/conqp/rcon |
|
|
|
|
|
|
|
RUN mkdir /home/service && \ |
|
|
|
cp /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone && \ |
|
|
|