aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2021-05-03 02:15:18 +0200
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2021-05-03 02:15:20 +0200
commitb9646a9ffc85d2327c3efd5ebd3159941846c0e2 (patch)
tree8e9b78704cd463fdc1ba67d81a8a2f9d5f5bb2ad
parente65d7e4efeae700d45f806991fb420fafb370916 (diff)
arm-none-eabi-gcc-4.8.2: install missing packages
These are needed for building osmocom-bb and its libosmocore. Change-Id: I1cee58985225bd1c6600b0025d0417d66f441449
-rw-r--r--arm-none-eabi-gcc-4.8.2/Dockerfile6
1 files changed, 5 insertions, 1 deletions
diff --git a/arm-none-eabi-gcc-4.8.2/Dockerfile b/arm-none-eabi-gcc-4.8.2/Dockerfile
index 8794a95..6c1373c 100644
--- a/arm-none-eabi-gcc-4.8.2/Dockerfile
+++ b/arm-none-eabi-gcc-4.8.2/Dockerfile
@@ -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 && \