linux-armv7: Install "common" additional packages

These packages also mirror the one already available in the base images
for x86_64.
This commit is contained in:
Jean-Christophe Fillion-Robin 2016-04-16 00:21:02 -04:00
parent bf42ff14c8
commit f07fe2e3b9

View File

@ -10,7 +10,11 @@ RUN apt-get update && apt-get install -y \
crossbuild-essential-armhf \
gfortran-arm-linux-gnueabihf \
qemu-user \
qemu-user-static
qemu-user-static \
libbz2-dev:armhf \
libexpat1-dev:armhf \
ncurses-dev:armhf \
libssl-dev:armhf
ENV CROSS_TRIPLE arm-linux-gnueabihf
ENV CROSS_ROOT /usr/${CROSS_TRIPLE}