Skip to content

Commit a3c2cf1

Browse files
Merge pull request #100 from asdfzxcvbn/tgcrypto-fix
fix: building wheel for tgcrypto fails
2 parents 3f7304f + 3e75f2d commit a3c2cf1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

+2
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)