docker-createrepo_c/Dockerfile
Benjamin Zimmerman 5ca2b3e54d
All checks were successful
continuous-integration/drone Build is passing
Undo that because it somehow made the image bigger!?
2023-10-02 10:30:09 -05:00

5 lines
114 B
Docker

FROM debian:12-slim
WORKDIR /repo
COPY run.sh /root
RUN apt update && apt install createrepo-c -y
CMD /root/run.sh