Build amd64 and arm64 image
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
This commit is contained in:
parent
23e02b9a44
commit
b66f1c3224
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user