From 91a01d4ee6128c349b9db0e950bf95b7ab5f7b3f Mon Sep 17 00:00:00 2001 From: hsbyeon1 Date: Fri, 3 Apr 2026 15:14:59 +0900 Subject: [PATCH] feat: add GNU parallel --- boltz-playground/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boltz-playground/Dockerfile b/boltz-playground/Dockerfile index 8f04739..0a8bbe2 100644 --- a/boltz-playground/Dockerfile +++ b/boltz-playground/Dockerfile @@ -11,7 +11,7 @@ RUN export DEBIAN_FRONTEND=noninteractive; /bin/yes | unminimize && \ linux-tools-common linux-tools-generic tcsh csh php-cli \ lm-sensors libboost-all-dev libcgicc3 libgdbm-dev libgoogle-perftools4 \ libjemalloc2 libjsoncpp25 libomp5 libqt5core5a libswitch-perl libsz2 \ - libglu1-mesa libgl1 net-tools r-base-core zsh gh nvtop + libglu1-mesa libgl1 net-tools r-base-core zsh gh nvtop parallel RUN sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && \ dpkg-reconfigure -f noninteractive locales && \