Add python executable for RPI compilation Docker (#1530)

This commit is contained in:
Dmitry Kurtaev
2020-08-10 23:10:46 +03:00
committed by GitHub
parent a6efc86a6a
commit 2b9ffd9ff8

View File

@@ -242,7 +242,9 @@ with the following content:
libgstreamer1.0-dev:armhf \
libgstreamer-plugins-base1.0-dev:armhf \
libpython3-dev:armhf \
python3-pip
python3-pip \
python-minimal \
python-argparse
RUN wget https://www.cmake.org/files/v3.14/cmake-3.14.3.tar.gz && \
tar xf cmake-3.14.3.tar.gz && \