Dockerfile update to make DroneCAN overhaul checks pass (#3349)

This commit is contained in:
CyrilCarlier31
2024-07-31 13:21:37 +02:00
committed by GitHub
parent 389cf7ef04
commit bba5b2f5a4
+1
View File
@@ -13,4 +13,5 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y \
rustc cargo \
python3-lxml \
python3-empy \
python3-pexpect \
&& rm -rf /var/lib/apt/lists/*