Skip to content

Commit

Permalink
fix(Docker): Add python3 and build essentials to Dockerfile to build …
Browse files Browse the repository at this point in the history
…on ARM_64 processors (#3595)
  • Loading branch information
pdlloyd committed Aug 11, 2023
1 parent aedb9d1 commit 3131c5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ COPY platform /usr/src/app/platform

# Copy Files
FROM node:16.15.0-slim as builder
RUN apt-get update && apt-get install -y build-essential python3
RUN mkdir /usr/src/app
WORKDIR /usr/src/app

Expand Down

0 comments on commit 3131c5b

Please sign in to comment.