Commit cb5fe57b authored by Andreas Dueren's avatar Andreas Dueren
Browse files

Add libolm-dev and build dependencies

parent 489e3634
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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/*