Skip to content

Commit

Permalink
Add clang to container
Browse files Browse the repository at this point in the history
  • Loading branch information
LandryNorris committed May 8, 2024
1 parent 07858f9 commit 2f7c66f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:<version>`.
Ubuntu 24.04 with CMake installed using KitWare's APT repository and clang. To use
the package, pull `ghcr.io/revrobotics/stm32cubeclt:<version>`.

Building
--------
Expand Down

0 comments on commit 2f7c66f

Please sign in to comment.