add missing prerequiste packagesin Dockerfile

Signed-off-by: Michel-FK <michel.stempin@funkey-project.com>
This commit is contained in:
Michel-FK
2020-11-18 23:06:43 +01:00
parent b622483707
commit 3d548c3906
5 changed files with 154 additions and 92 deletions

View File

@@ -39,6 +39,8 @@ RUN \
wget \
# OPTIONAL recommended dependencies
python \
python-dev \
xxd \
# OPTIONAL configuration interface dependencies
libncurses5-dev \
#libqt5-dev \
@@ -58,7 +60,10 @@ RUN \
# OPTIONAL documentation generation tools
#asciidoc \
#w3m \
#python3 \
python3 \
python3-dev \
python3-distutils \
python3-setuptools \
#dblatex \
# OPTIONAL graph generation tools
#graphviz \