dist: add gnu parallel to dockerfile

This commit is contained in:
Philipp Rosenkranz 2015-05-20 15:38:21 +02:00
parent 8ea9965cae
commit 652f5327dd

2
dist/Dockerfile vendored
View File

@ -40,7 +40,7 @@ RUN apt-get -y install build-essential \
qemu-system-x86 python3 \ qemu-system-x86 python3 \
g++-multilib \ g++-multilib \
gcc-avr binutils-avr avr-libc \ 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 \ RUN wget http://launchpadlibrarian.net/206632429/ccache_3.2.2-2_amd64.deb \
-O /tmp/ccache_3.2.2-2_amd64.deb \ -O /tmp/ccache_3.2.2-2_amd64.deb \