diff --git a/Dockerfile b/Dockerfile index 3af4970..fadde53 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,5 @@ FROM debian:12-slim WORKDIR /repo COPY run.sh /root -RUN apt update -RUN apt install createrepo-c -y +RUN apt update && apt install createrepo-c -y && apt clean CMD /root/run.sh \ No newline at end of file