Docker Update 5

This commit is contained in:
2026-01-11 00:37:32 +00:00
parent 0b60a29c73
commit f531e3ec41
2 changed files with 11 additions and 9 deletions

View File

@@ -168,9 +168,9 @@ RUN mkdir -p build && cd build \
&& make -j$(nproc)
# =============================================================================
# PYTHON DEPENDENCIES (MAVProxy, pymavlink)
# PYTHON DEPENDENCIES (MAVProxy, pymavlink, empy)
# =============================================================================
RUN pip3 install --user --break-system-packages pymavlink mavproxy pexpect pybullet numpy pillow opencv-python
RUN pip3 install --user --break-system-packages pymavlink mavproxy pexpect pybullet numpy pillow opencv-python empy==3.3.4
# =============================================================================
# COPY PROJECT FILES