arm-none-eabi-gcc-4.8.2: install missing packages

These are needed for building osmocom-bb and its libosmocore.

Change-Id: I1cee58985225bd1c6600b0025d0417d66f441449
This commit is contained in:
Vadim Yanitskiy 2021-05-03 02:15:18 +02:00
parent e65d7e4efe
commit b9646a9ffc
1 changed files with 5 additions and 1 deletions

View File

@ -20,7 +20,11 @@ RUN apt update && apt install -y \
flex \
curl \
patch \
file
file \
python2.7-minimal \
autoconf \
libtool \
git
# Stage 0: Download and patch the source code
RUN curl -SL ${BINUTILS_SRC} | tar -xj -C /usr/src && \