mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-09 20:57:26 +01:00
add apt-utils so dpkg configure isnt delayed
This commit is contained in:
parent
7a5bc6c22d
commit
418c0715bb
@ -6,7 +6,9 @@ RUN echo "deb http://emdebian.org/tools/debian/ jessie main" >> /etc/apt/sources
|
||||
dpkg --add-architecture armhf && \
|
||||
curl http://emdebian.org/tools/debian/emdebian-toolchain-archive.key | apt-key add -
|
||||
|
||||
RUN apt-get update && apt-get install -y crossbuild-essential-armhf
|
||||
RUN apt-get update && apt-get install -y \
|
||||
apt-utils \
|
||||
crossbuild-essential-armhf
|
||||
|
||||
ENV CROSS_TRIPLE arm-linux-gnueabihf
|
||||
ENV CROSS_ROOT /usr/${CROSS_TRIPLE}
|
||||
|
Loading…
Reference in New Issue
Block a user