Explicitly depend on olm-3.2.5

This commit is contained in:
Will Hunt 2021-11-02 10:23:07 +00:00
parent cd36ca68d5
commit 15e932274f

View File

@ -4,9 +4,10 @@ RUN mkdir -p /app
RUN apt-get update && apt-get install -y git gcc clang cmake g++ pkg-config python3-dev wget
WORKDIR /app
RUN wget https://gitlab.matrix.org/matrix-org/olm/-/archive/master/olm-master.tar.bz2 \
&& tar -xvf olm-master.tar.bz2 \
&& cd olm-master && make && make PREFIX="/usr" install
RUN wget https://gitlab.matrix.org/matrix-org/olm/-/archive/3.2.5/olm-3.2.5.tar.bz2 \
&& tar -xvf olm-3.2.5.tar.bz2 \
&& cd olm-3.2.5 && make && make PREFIX="/usr" install
RUN pip --no-cache-dir install --upgrade pip setuptools wheel