1 parent 3036bab commit 51a9757Copy full SHA for 51a9757
1 file changed
Dockerfile
@@ -1,5 +1,5 @@
1
# Builder
2
-FROM node:10-alpine as builder
+FROM node:10 as builder
3
4
# Support custom branches of the react-sdk and js-sdk. This also helps us build
5
# images of riot-web develop.
@@ -9,7 +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 apk add --no-cache git dos2unix
+RUN apt-get update && apt-get install -y git dos2unix
13
14
WORKDIR /src
15
0 commit comments