Add libolm-dev and build dependencies

This commit is contained in:
Andreas Dueren
2025-06-16 11:28:57 -06:00
parent 489e36346a
commit cb5fe57b2b

View File

@ -8,6 +8,9 @@ RUN apt-get update && apt-get install -y \
bash \
jq \
yq \
git \
build-essential \
libolm-dev \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*