Skip to content

Commit

Permalink
Add commands to install dependencies for arm64 (open-telemetry#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
ymtdzzz authored Jul 17, 2022
1 parent 928ca48 commit 1ec1acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/paymentservice/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ WORKDIR /usr/src/app/

COPY ./src/paymentservice/package*.json ./

RUN npm ci --omit=dev
RUN apk add --no-cache python3 make g++ && npm ci --omit=dev

# -----------------------------------------------------------------------------

Expand Down

0 comments on commit 1ec1acb

Please sign in to comment.