diff options
| author | Ahmed AbdelHalim <[email protected]> | 2026-07-07 17:13:55 +0200 |
|---|---|---|
| committer | Ahmed AbdelHalim <[email protected]> | 2026-07-07 17:16:46 +0200 |
| commit | 28dad8e7184e131c434a935e70b40f400cece665 (patch) | |
| tree | fffbfc46cbb1e33efa42a764cd3e024725010cf7 /molecule/git/Dockerfile.j2 | |
| parent | 01f6f5665beefb0e223e022d07fb9770a7cdbeb6 (diff) | |
Add cgit role with testing of molecule service
Diffstat (limited to 'molecule/git/Dockerfile.j2')
| -rw-r--r-- | molecule/git/Dockerfile.j2 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/molecule/git/Dockerfile.j2 b/molecule/git/Dockerfile.j2 new file mode 100644 index 00000000..4db2119f --- /dev/null +++ b/molecule/git/Dockerfile.j2 @@ -0,0 +1,7 @@ +FROM docker.io/library/alpine:3.23 + +RUN apk add --no-cache python3 openrc \ + && mkdir -p /run/openrc \ + && touch /run/openrc/softlevel + +CMD ["/sbin/init"] |
