olm-dev was missing in the Dockerfile to build cryptography of matrix-commander.
This commit is contained in:
@@ -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; \
|
||||
|
||||
Reference in New Issue
Block a user