Skip to content

Commit 6f5a835

Browse files
Drop parallel
Remove the dependency on parallel for two commands
1 parent f5eab55 commit 6f5a835

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

image/base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ RUN --mount=type=tmpfs,target=/var/log \
7373
apt-get -y update && DEBIAN_FRONTEND=noninteractive apt-get -y install gnupg sudo curl fping locales \
7474
ca-certificates rsync \
7575
pkg-config patch \
76-
gawk parallel \
76+
gawk \
7777
anacron wget \
7878
psmisc whois brotli \
7979
pngcrush pngquant ripgrep poppler-utils \

image/base/sbin/boot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
shutdown() {
66
echo Shutting Down
77
/etc/runit/3
8-
ls /etc/service | SHELL=/bin/sh parallel sv force-stop {}
8+
ls /etc/service | xargs sv force-stop
99
kill -HUP $RUNSVDIR
1010
wait $RUNSVDIR
1111

0 commit comments

Comments
 (0)