+ alpine-openrc

This commit is contained in:
kirillius 2024-12-04 16:33:21 +03:00
commit c4235d2416
2 changed files with 14 additions and 0 deletions

13
alpine-openrc/Dockerfile Normal file
View File

@ -0,0 +1,13 @@
FROM alpine:latest
LABEL maintainer="Kirillius Labutin <labutin.kirillius@gmail.com>"
ENV container=docker
RUN apk --update add openrc
RUN openrc
RUN echo 'rc_provide="loopback net"' >> /etc/rc.conf
CMD ["/sbin/init"]

View File

@ -0,0 +1 @@
apline-openrc:latest