Skip to content

Commit 2f7c66f

Browse files
committed
Add clang to container
1 parent 07858f9 commit 2f7c66f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM ubuntu:latest
22
COPY st-stm32cubeclt_1.14.0_19471_20231121_1200_amd64.deb_bundle.sh /install.sh
33

44
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
66

77
# Install CMake using KitWare's APT repository (https://apt.kitware.com/)
88
RUN apt-get update && \

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Using
1111
-----
1212

1313
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>`.
1616

1717
Building
1818
--------

0 commit comments

Comments
 (0)