Skip to content

Commit 3e75f2d

Browse files
authored
fix: building wheel for tgcrypto fails
1 parent 9e1845f commit 3e75f2d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ WORKDIR /app
44

55
COPY requirements.txt ./
66

7+
RUN apk add build-base
8+
79
RUN pip install --no-cache-dir -r requirements.txt
810

911
COPY . .

0 commit comments

Comments
 (0)