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 && \