Skip to content

Commit

Permalink
amended backend/Dockerfile to fix node-gyp error on Apple Silicone po…
Browse files Browse the repository at this point in the history
…wered Macs
  • Loading branch information
hawkishpolicy committed Mar 15, 2024
1 parent a74ab95 commit ebf0fc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
XFD
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM node:18-alpine3.17
USER root

RUN apk update && apk upgrade
RUN apk update && apk upgrade && apk add g++ make py3-pip

WORKDIR /app
COPY ./package* ./
Expand Down

0 comments on commit ebf0fc4

Please sign in to comment.