We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb79373 commit 86185e8Copy full SHA for 86185e8
Dockerfile
@@ -10,6 +10,8 @@ ARG JS_SDK_REPO="https://github.com/matrix-org/matrix-js-sdk.git"
10
ARG JS_SDK_BRANCH="master"
11
12
RUN apt-get update && apt-get install -y git dos2unix \
13
+# These packages are required for building Canvas on architectures like Arm
14
+# See https://www.npmjs.com/package/canvas#compiling
15
build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev
16
17
WORKDIR /src
0 commit comments