Skip to content

Commit

Permalink
fix: building wheel for tgcrypto fails
Browse files Browse the repository at this point in the history
  • Loading branch information
asdfzxcvbn authored Mar 3, 2023
1 parent 9e1845f commit 3e75f2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ WORKDIR /app

COPY requirements.txt ./

RUN apk add build-base

RUN pip install --no-cache-dir -r requirements.txt

COPY . .
Expand Down

0 comments on commit 3e75f2d

Please sign in to comment.