olm-dev was missing in the Dockerfile to build cryptography of matrix-commander.
This commit is contained in:
parent
1949f9f84a
commit
d91095dcf8
|
@ -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; \
|
||||
|
|
Loading…
Reference in New Issue