We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73fa194 commit 18ec3c6Copy full SHA for 18ec3c6
Dockerfile.alpine
@@ -20,13 +20,13 @@ RUN set -eux \
20
/etc/init.d/modules-load \
21
/etc/init.d/modloop \
22
&& case $VERSION_ID in \
23
- 3.21*) \
24
- OPENRC_RUN="/usr/libexec/rc/sh/openrc-run.sh"; \
25
- INIT="/usr/libexec/rc/sh/init.sh"; \
+ 3.19* | 3.20*) \
+ OPENRC_RUN="/lib/rc/sh/openrc-run.sh"; \
+ INIT="/lib/rc/sh/init.sh"; \
26
;; \
27
*) \
28
- OPENRC_RUN="/lib/rc/sh/openrc-run.sh"; \
29
- INIT="/lib/rc/sh/init.sh"; \
+ OPENRC_RUN="/usr/libexec/rc/sh/openrc-run.sh"; \
+ INIT="/usr/libexec/rc/sh/init.sh"; \
30
31
esac \
32
&& sed -i 's/cgroup_add_service /# cgroup_add_service /g' "$OPENRC_RUN" \
0 commit comments