Initial commit

This commit is contained in:
askiiart 2023-08-27 20:31:51 -05:00
commit 6ededfc443
No known key found for this signature in database
GPG key ID: 85505F3A2264FA01
4 changed files with 49 additions and 0 deletions

6
Dockerfile Normal file
View file

@ -0,0 +1,6 @@
FROM debian:12-slim
WORKDIR /repo
COPY run.sh /root
RUN apt update
RUN apt install createrepo-c -y
CMD /root/run.sh