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
2
2
COPY st-stm32cubeclt_1.14.0_19471_20231121_1200_amd64.deb_bundle.sh /install.sh
3
3
4
4
RUN 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
6
6
7
7
# Install CMake using KitWare's APT repository (https://apt.kitware.com/)
8
8
RUN apt-get update && \
Original file line number Diff line number Diff line change 11
11
-----
12
12
13
13
This 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> ` .
16
16
17
17
Building
18
18
--------
You can’t perform that action at this time.
0 commit comments