Skip to content

Commit e8ae7d3

Browse files
authored
build: TT-151 add build deps for cryptography package (#256)
1 parent 5b0deaf commit e8ae7d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM python:3.8-alpine
1+
FROM python:3.9-alpine
22

3-
ARG buildDeps='g++ gnupg curl libffi-dev openssl-dev'
3+
ARG buildDeps='g++ gnupg curl libffi-dev openssl-dev musl-dev cargo'
44

55
WORKDIR /usr/src/app
66

0 commit comments

Comments
 (0)