Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Commit

Permalink
fix: add dependencies to correctly compile for arm64 platforms (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiero authored Nov 1, 2023
1 parent 7af3782 commit efadebe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ WORKDIR /usr/src/app/

RUN apt update -qq && apt install -yqq --no-install-recommends \
gcc curl \
build-essential \
libc6-dev \
python3-dev \
&& curl -fsSL https://get.docker.com | sed 's/if is_wsl/if false/' | sh \
&& rm -rf /var/lib/apt/lists/*
COPY requirements.txt .
Expand Down

0 comments on commit efadebe

Please sign in to comment.