File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM ubuntu:latest
22COPY st-stm32cubeclt_1.14.0_19471_20231121_1200_amd64.deb_bundle.sh /install.sh
33
44RUN apt update && apt upgrade
5- RUN apt-get install -y libusb-1.0-0-dev
5+ RUN apt-get install -y libusb-1.0-0-dev clang
66
77# Install CMake using KitWare's APT repository (https://apt.kitware.com/)
88RUN apt-get update && \
Original file line number Diff line number Diff line change 1111-----
1212
1313This image contains the STM32CubeCLT package (located at /opt/st) and is based on
14- Ubuntu 24.04 with CMake installed using KitWare's APT repository. To use the package,
15- pull ` ghcr.io/revrobotics/stm32cubeclt:<version> ` .
14+ Ubuntu 24.04 with CMake installed using KitWare's APT repository and clang . To use
15+ the package, pull ` ghcr.io/revrobotics/stm32cubeclt:<version> ` .
1616
1717Building
1818--------
You can’t perform that action at this time.
0 commit comments