mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-22 19:14:52 +01:00
Required pkg for aarch64 docker build
This commit is contained in:
parent
004aa5d3dc
commit
17f24942da
@ -1,5 +1,5 @@
|
||||
FROM docker.io/node:alpine as builder
|
||||
RUN apk add --no-cache git
|
||||
RUN apk add --no-cache git python3 build-base
|
||||
COPY . /app
|
||||
WORKDIR /app
|
||||
RUN yarn install \
|
||||
|
@ -1,5 +1,5 @@
|
||||
FROM docker.io/node:alpine
|
||||
RUN apk add --no-cache git
|
||||
RUN apk add --no-cache git python3 build-base
|
||||
COPY . /code
|
||||
WORKDIR /code
|
||||
RUN yarn install
|
||||
|
Loading…
Reference in New Issue
Block a user