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.
2 parents c695ae0 + 3c10bc5 commit 20e5e86Copy full SHA for 20e5e86
Dockerfile
@@ -9,10 +9,7 @@ ARG REACT_SDK_BRANCH="master"
9
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
+RUN apt-get update && apt-get install -y git dos2unix
16
17
WORKDIR /src
18
0 commit comments