mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-09 20:57:26 +01:00
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:
parent
bf42ff14c8
commit
f07fe2e3b9
@ -10,7 +10,11 @@ RUN apt-get update && apt-get install -y \
|
|||||||
crossbuild-essential-armhf \
|
crossbuild-essential-armhf \
|
||||||
gfortran-arm-linux-gnueabihf \
|
gfortran-arm-linux-gnueabihf \
|
||||||
qemu-user \
|
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_TRIPLE arm-linux-gnueabihf
|
||||||
ENV CROSS_ROOT /usr/${CROSS_TRIPLE}
|
ENV CROSS_ROOT /usr/${CROSS_TRIPLE}
|
||||||
|
Loading…
Reference in New Issue
Block a user