Undo that because it somehow made the image bigger!?
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
Benjamin Zimmerman 2023-10-02 10:30:09 -05:00
parent ca06077a9a
commit 5ca2b3e54d

View file

@ -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