From 7707eab2a859379d7165d11d3e32ac7e8a1a022f Mon Sep 17 00:00:00 2001 From: askiiart Date: Tue, 14 Nov 2023 17:40:08 -0600 Subject: [PATCH] Get rid of unnecessary rust-all and make the image 93% smaller lol --- Dockerfile | 1 - 1 file changed, 1 deletion(-) 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