Skip to content

Commit

Permalink
packages: add clang as alternative compiler
Browse files Browse the repository at this point in the history
This will be useful for validation and any future preference of clang over gcc.
  • Loading branch information
JoshStrobl committed Nov 16, 2023
1 parent 68f0be7 commit 14ddc6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ LABEL org.opencontainers.image.licenses=MIT
RUN rpm-ostree install \
accountsservice-devel \
alsa-lib-devel \
clang \
desktop-file-utils \
gettext \
git \
Expand Down Expand Up @@ -43,4 +44,4 @@ RUN rpm-ostree install \
xorg-x11-xtrans-devel && \
rm -rf /var/lib/unbound/root.key && \
ln -sfv /usr/bin/ld.bfd /usr/bin/ld && \
ostree container commit
ostree container commit

0 comments on commit 14ddc6c

Please sign in to comment.