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