Toolchain: Add missing dependencies (#687)
This commit is contained in:
		| @@ -4,14 +4,17 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install --no-instal | |||||||
|         ca-certificates \ |         ca-certificates \ | ||||||
|         build-essential \ |         build-essential \ | ||||||
|         python3 \ |         python3 \ | ||||||
|         python-setuptools \ |  | ||||||
|         libpython2.7 \ |  | ||||||
|         git \ |         git \ | ||||||
|         clang-format-12 \ |         clang-format-12 \ | ||||||
|         dfu-util \ |         dfu-util \ | ||||||
|         openocd \ |         openocd \ | ||||||
|         srecord \ |         srecord \ | ||||||
|         libncurses5 \ |         libncurses5 \ | ||||||
|  |         python-setuptools \ | ||||||
|  |         libpython2.7-dev \ | ||||||
|  |         libxml2-dev \ | ||||||
|  |         libxslt1-dev \ | ||||||
|  |         zlib1g-dev \ | ||||||
|         wget && \ |         wget && \ | ||||||
|     apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* |     apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user