From 2b9ffd9ff8b12679f72411087dff47e4f7f59809 Mon Sep 17 00:00:00 2001 From: Dmitry Kurtaev Date: Mon, 10 Aug 2020 23:10:46 +0300 Subject: [PATCH] Add python executable for RPI compilation Docker (#1530) --- build-instruction.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-instruction.md b/build-instruction.md index ffbf06489de..c9f5341cd79 100644 --- a/build-instruction.md +++ b/build-instruction.md @@ -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 && \