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 638b5d3 commit 7cdc84aCopy full SHA for 7cdc84a
Dockerfile
@@ -1,6 +1,6 @@
1
FROM python:3.9-alpine
2
3
-RUN apk add --no-cache build-base musl-dev gcc
+RUN apk add --no-cache build-base musl-dev gcc yaml-dev
4
5
RUN pip install pipenv
6
0 commit comments