From 652f5327ddd4df62582f700a81e05d1f70109e8c Mon Sep 17 00:00:00 2001 From: Philipp Rosenkranz Date: Wed, 20 May 2015 15:38:21 +0200 Subject: [PATCH] dist: add gnu parallel to dockerfile --- dist/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/Dockerfile b/dist/Dockerfile index c485f0428..4ab1effc8 100644 --- a/dist/Dockerfile +++ b/dist/Dockerfile @@ -40,7 +40,7 @@ RUN apt-get -y install build-essential \ qemu-system-x86 python3 \ g++-multilib \ gcc-avr binutils-avr avr-libc \ - subversion curl wget python p7zip unzip + subversion curl wget python p7zip unzip parallel RUN wget http://launchpadlibrarian.net/206632429/ccache_3.2.2-2_amd64.deb \ -O /tmp/ccache_3.2.2-2_amd64.deb \