Install biber in the CI image so the paper's bibliography builds

This commit is contained in:
2026-06-12 18:04:49 -04:00
parent 1394a1a98f
commit f13a30e8aa
+1
View File
@@ -8,6 +8,7 @@ RUN chmod -R 777 /tmp
RUN apt-get update
RUN apt-get upgrade -y
RUN TZ=America/Los_Angeles DEBIAN_FRONTEND=noninteractive apt-get install -y \
biber \
build-essential \
ccache \
clang \