Get rid of unnecessary rust-all and make the image 93% smaller lol

This commit is contained in:
askiiart 2023-11-14 17:40:08 -06:00
parent 6a46767e07
commit 7707eab2a8
Signed by untrusted user who does not match committer: askiiart
GPG key ID: BC3800E55FB54D67

View file

@ -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"]