[docker] add python3 lxml to CI image

This commit is contained in:
Gautier Hattenberger
2021-01-28 11:21:15 +01:00
parent 27b2cc7a7e
commit 72aec071bc
+1
View File
@@ -13,4 +13,5 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y \
g++-arm-linux-gnueabi \
libgazebo8-dev \
rustc cargo \
python3-lxml \
&& rm -rf /var/lib/apt/lists/*