summaryrefslogtreecommitdiff
path: root/Containerfile
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2025-07-14 12:41:46 +0200
committerFelix Morgner <felix.morgner@ost.ch>2025-07-14 12:41:46 +0200
commit960615bf94204984af5d65c2516b62ebaadced83 (patch)
treecbb3ca2e2e68d51439cde7adabdf434f5ac828cb /Containerfile
parentc23931607c1d8d937c65f3cf812dd5e8cde7084b (diff)
downloadteachos-toolchain-960615bf94204984af5d65c2516b62ebaadced83.tar.xz
teachos-toolchain-960615bf94204984af5d65c2516b62ebaadced83.zip
image: add doxygen
Diffstat (limited to 'Containerfile')
-rw-r--r--Containerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Containerfile b/Containerfile
index 31734b1..1bdd4bb 100644
--- a/Containerfile
+++ b/Containerfile
@@ -27,6 +27,7 @@ ENV PATH=/opt/toolchain/bin:$PATH
RUN pacman --noconfirm -Syu && \
pacman --noconfirm --needed -S \
cmake \
+ doxygen \
flex \
git \
gmp \