+ alpine-openrc
This commit is contained in:
commit
c4235d2416
|
|
@ -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"]
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
apline-openrc:latest
|
||||||
Loading…
Reference in New Issue