[docker] Add gcc-arm back and add python3-future. (#2940)

This commit is contained in:
Fabien-B
2022-10-26 14:03:21 +02:00
committed by GitHub
parent 82d899ae0c
commit 110fcca535
+2
View File
@@ -30,6 +30,8 @@ RUN apt-get update && apt-get install -y \
paparazzi-jsbsim \
x11-apps \
gedit \
gcc-arm-none-eabi \
python3-future \
&& rm -rf /var/lib/apt/lists/*
ENTRYPOINT ["/tini", "--"]