From 2f7c66f79a2b04d52cbf59b945bd69228463a1e3 Mon Sep 17 00:00:00 2001 From: LandryNorris Date: Wed, 8 May 2024 15:01:41 -0500 Subject: [PATCH] Add clang to container --- Dockerfile | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 262af4d..b6e345e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM ubuntu:latest COPY st-stm32cubeclt_1.14.0_19471_20231121_1200_amd64.deb_bundle.sh /install.sh RUN apt update && apt upgrade -RUN apt-get install -y libusb-1.0-0-dev +RUN apt-get install -y libusb-1.0-0-dev clang # Install CMake using KitWare's APT repository (https://apt.kitware.com/) RUN apt-get update && \ diff --git a/README.md b/README.md index ad8bd6f..59fcaea 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ Using ----- This image contains the STM32CubeCLT package (located at /opt/st) and is based on -Ubuntu 24.04 with CMake installed using KitWare's APT repository. To use the package, -pull `ghcr.io/revrobotics/stm32cubeclt:`. +Ubuntu 24.04 with CMake installed using KitWare's APT repository and clang. To use +the package, pull `ghcr.io/revrobotics/stm32cubeclt:`. Building --------