[docker] Install curl (#3639)

Co-authored-by: Fabien-B <Fabien-B@github.com>
This commit is contained in:
Fabien-B
2026-04-15 19:20:42 +02:00
committed by GitHub
parent e9cabf45f3
commit 0e68505ec8
+1
View File
@@ -32,6 +32,7 @@ RUN apt-get update && apt-get install -y \
gedit \
gcc-arm-none-eabi \
python3-future \
curl \
&& rm -rf /var/lib/apt/lists/*
ENTRYPOINT ["/tini", "--"]