Skip to content

Commit

Permalink
Add clang and llvm to Fedora 40 and Ubuntu 22 dev images. (#100)
Browse files Browse the repository at this point in the history
Images of older distro releases are not updated intentionally.

Signed-off-by: Oliver Steffen <[email protected]>
  • Loading branch information
osteffenrh authored Oct 1, 2024
1 parent 46802aa commit 61000ca
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Fedora-40/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,10 @@ RUN dnf \
--setopt=install_weak_deps=0 \
install \
libicu \
clang \
curl \
lld \
llvm \
tar \
vim \
nano
Expand Down
10 changes: 7 additions & 3 deletions Ubuntu-22/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -174,10 +174,14 @@ FROM test AS dev
# required.
RUN apt-get update && \
apt-get install --yes --no-install-recommends \
vim \
nano \
bear \
clang \
less \
bear &&\
lld \
llvm \
nano \
vim \
&& \
apt-get clean

# Setup the entry point
Expand Down

0 comments on commit 61000ca

Please sign in to comment.