Skip to content
This repository has been archived by the owner on Jan 11, 2022. It is now read-only.

Commit

Permalink
Add build dependencies for arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
andrusha authored Nov 29, 2020
1 parent 0edcba3 commit aec5c5b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arm64v8.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ COPY --from=builder qemu-aarch64-static /usr/bin
# Create app directory
WORKDIR /usr/src/app

# Required to build RE2
RUN apk add python make g++

# Install dependencies
COPY package.json ./package.json
COPY yarn.lock ./yarn.lock
Expand Down

0 comments on commit aec5c5b

Please sign in to comment.