summaryrefslogtreecommitdiffstats
path: root/molecule/git/Dockerfile.j2
blob: 4db2119f185a640f3254270f22947314b5e1e213 (plain) (blame)
1
2
3
4
5
6
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"]