feat: github-actions
This commit is contained in:
7
.github/workflows/docker/Dockerfile
vendored
Normal file
7
.github/workflows/docker/Dockerfile
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
FROM centos:8
|
||||
|
||||
RUN dnf install -y rpmdevtools dnf-utils make
|
||||
|
||||
COPY * /
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
Reference in New Issue
Block a user