mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
[docker] Install curl (#3639)
Co-authored-by: Fabien-B <Fabien-B@github.com>
This commit is contained in:
@@ -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", "--"]
|
||||
|
||||
Reference in New Issue
Block a user