Get rid of unnecessary rust-all and make the image 93% smaller lol
This commit is contained in:
parent
6a46767e07
commit
7707eab2a8
1 changed files with 0 additions and 1 deletions
|
@ -1,5 +1,4 @@
|
|||
FROM python:3.11-slim-bookworm
|
||||
WORKDIR /data
|
||||
RUN apt update && apt install -y rust-all
|
||||
ADD AlwaysDungeons.tar.gz /data
|
||||
CMD ["/data/main"]
|
Loading…
Reference in a new issue