Skip to content

Commit

Permalink
Fix build for ARM
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinzwang committed Apr 23, 2022
1 parent 9d4b63f commit cd8b2d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ FROM python:3.8-slim
RUN mkdir /backend
WORKDIR /backend
COPY . .
RUN python3 -m pip install -r requirements.txt
RUN apt-get update || : && apt-get install libpq-dev gcc -y && \
python3 -m pip install -r requirements.txt
1 change: 0 additions & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"graphql": "^15.4.0",
"jquery": "^3.5.1",
"js-yaml": "^3.13.1",
"node-sass": "^4.13.1",
"npm-run-all": "^4.1.5",
"object-hash": "^1.3.1",
"react": "^16.14.0",
Expand Down

0 comments on commit cd8b2d0

Please sign in to comment.