Initial commit
This commit is contained in:
commit
6ededfc443
4 changed files with 49 additions and 0 deletions
6
Dockerfile
Normal file
6
Dockerfile
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue