Skip to content

Commit 7cdc84a

Browse files
committed
Updated Dockerfile
1 parent 638b5d3 commit 7cdc84a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM python:3.9-alpine
22

3-
RUN apk add --no-cache build-base musl-dev gcc
3+
RUN apk add --no-cache build-base musl-dev gcc yaml-dev
44

55
RUN pip install pipenv
66

0 commit comments

Comments
 (0)