mirror of
https://github.com/house-of-vanity/desubot.git
synced 2025-07-06 20:24:08 +00:00
pin docker ubuntu version
This commit is contained in:
committed by
GitHub
parent
bacdf559c4
commit
76dab182cf
@ -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/
|
||||
|
@ -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)
|
||||
|
||||
|
||||

|
||||
|
||||

|
||||
|
Reference in New Issue
Block a user