diff --git a/Dockerfile b/Dockerfile index 670940a..22b2e78 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] \ No newline at end of file