Skip to content
Snippets Groups Projects
Commit 0b97b65e authored by Nikolay Amiantov's avatar Nikolay Amiantov
Browse files

Update Dockerfiles

parent 19ca6393
No related branches found
No related tags found
No related merge requests found
Pipeline #3335 failed
...@@ -6,7 +6,9 @@ RUN set -e -x ;\ ...@@ -6,7 +6,9 @@ RUN set -e -x ;\
apt-get install -y \ apt-get install -y \
git \ git \
gcc-arm-none-eabi \ gcc-arm-none-eabi \
python3-pip ;\ python3-pip \
xxd \
jq ;\
apt-get install -y -t stretch-backports \ apt-get install -y -t stretch-backports \
meson ;\ meson ;\
pip3 install crc16 pillow ;\ pip3 install crc16 pillow ;\
......
...@@ -8,7 +8,9 @@ RUN set -e -x ;\ ...@@ -8,7 +8,9 @@ RUN set -e -x ;\
git \ git \
libclang-dev \ libclang-dev \
llvm \ llvm \
python3-pip ;\ python3-pip \
xxd \
jq ;\
pip3 install \ pip3 install \
clang \ clang \
sphinx \ sphinx \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment