mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-01-11 12:37:22 +01:00
Merge pull request #522 from xunzhou/master
Required pkg for aarch64 docker build
This commit is contained in:
commit
6ea835c2d1
@ -1,5 +1,5 @@
|
|||||||
FROM docker.io/node:alpine as builder
|
FROM docker.io/node:alpine as builder
|
||||||
RUN apk add --no-cache git
|
RUN apk add --no-cache git python3 build-base
|
||||||
COPY . /app
|
COPY . /app
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
RUN yarn install \
|
RUN yarn install \
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM docker.io/node:alpine
|
FROM docker.io/node:alpine
|
||||||
RUN apk add --no-cache git
|
RUN apk add --no-cache git python3 build-base
|
||||||
COPY . /code
|
COPY . /code
|
||||||
WORKDIR /code
|
WORKDIR /code
|
||||||
RUN yarn install
|
RUN yarn install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user