olm-dev was missing in the Dockerfile to build cryptography of matrix-commander.

This commit is contained in:
Homer S. 2021-07-14 20:30:06 +02:00
parent 1949f9f84a
commit d91095dcf8
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone;
cargo \
libffi-dev \
openssl-dev \
olm-dev \
zlib-dev \
jpeg-dev ; \
apk add --no-cache ffmpeg speex; \