We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5adc318 commit 6b55e05Copy full SHA for 6b55e05
Dockerfile
@@ -1,6 +1,6 @@
1
FROM python:3.8-alpine
2
3
-ARG buildDeps='g++ gnupg curl'
+ARG buildDeps='g++ gnupg curl libffi-dev openssl-dev'
4
5
WORKDIR /usr/src/app
6
0 commit comments