Toolchain: Add missing dependencies (#687)

This commit is contained in:
Anna Prosvetova 2021-09-03 16:57:43 +03:00 committed by GitHub
parent 94f161d160
commit 5443bede53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,14 +4,17 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install --no-instal
ca-certificates \
build-essential \
python3 \
python-setuptools \
libpython2.7 \
git \
clang-format-12 \
dfu-util \
openocd \
srecord \
libncurses5 \
python-setuptools \
libpython2.7-dev \
libxml2-dev \
libxslt1-dev \
zlib1g-dev \
wget && \
apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*