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 f5eab55 commit 6f5a835Copy full SHA for 6f5a835
image/base/Dockerfile
@@ -73,7 +73,7 @@ RUN --mount=type=tmpfs,target=/var/log \
73
apt-get -y update && DEBIAN_FRONTEND=noninteractive apt-get -y install gnupg sudo curl fping locales \
74
ca-certificates rsync \
75
pkg-config patch \
76
- gawk parallel \
+ gawk \
77
anacron wget \
78
psmisc whois brotli \
79
pngcrush pngquant ripgrep poppler-utils \
image/base/sbin/boot
@@ -5,7 +5,7 @@
5
shutdown() {
6
echo Shutting Down
7
/etc/runit/3
8
- ls /etc/service | SHELL=/bin/sh parallel sv force-stop {}
+ ls /etc/service | xargs sv force-stop
9
kill -HUP $RUNSVDIR
10
wait $RUNSVDIR
11
0 commit comments