pin docker ubuntu version

This commit is contained in:
Alexandr Bogomyakov
2024-08-04 23:05:07 +03:00
committed by GitHub
parent bacdf559c4
commit 76dab182cf
2 changed files with 4 additions and 1 deletions

View File

@ -5,7 +5,7 @@ WORKDIR /desubot
ADD ./ /desubot/
RUN cargo build --release
FROM ubuntu:latest
FROM ubuntu:20.04
WORKDIR /storage
COPY --from=builder /desubot/target/release/desubot /usr/bin/
COPY mystem /usr/bin/

View File

@ -15,6 +15,9 @@ Telegram bot with light group statistic and heavy spy features.
* Desubot uses MyStem by Yandex for word stemming and assume that mystem binary is available in PATH.
* ubuntu deps: libssl-dev libsqlite3-dev cmake libfreetype-dev pkg-config
[Docker Hub](https://hub.docker.com/repository/docker/ultradesu/desubot/general)
![image](https://user-images.githubusercontent.com/4666566/150677613-32bdedf9-4b4c-4ec5-99cd-3d0221e56fb5.png)
![image](https://user-images.githubusercontent.com/4666566/150677660-183572b4-2a69-425f-a32c-dba5ec97e438.png)