Build amd64 and arm64 image

Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
This commit is contained in:
Stefan Scherer
2020-12-10 12:34:01 +01:00
parent 23e02b9a44
commit b66f1c3224
2 changed files with 2 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ RUN pip install -r requirements.txt
# Run tests to validate app
FROM node:12-alpine AS app-base
RUN apk add --no-cache python g++ make
WORKDIR /app
COPY app/package.json app/yarn.lock ./
RUN yarn install