mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2024-10-01 03:35:38 -04:00
Explicitly depend on olm-3.2.5
This commit is contained in:
parent
cd36ca68d5
commit
15e932274f
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user