From 5ca2b3e54d3b09d64307c9b68a7e4f149b357037 Mon Sep 17 00:00:00 2001 From: Benjamin Zimmerman Date: Mon, 2 Oct 2023 10:30:09 -0500 Subject: [PATCH] Undo that because it somehow made the image bigger!? --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fadde53..e72ceca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM debian:12-slim WORKDIR /repo COPY run.sh /root -RUN apt update && apt install createrepo-c -y && apt clean +RUN apt update && apt install createrepo-c -y CMD /root/run.sh \ No newline at end of file