Skip to content

Commit

Permalink
pin docker ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
house-of-vanity authored Aug 4, 2024
1 parent bacdf55 commit 76dab18
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 76dab18

Please sign in to comment.