Skip to content

Commit 61bb4ce

Browse files
authored
Merge pull request #154 from sujithkupen/main
Update Dockerfile to install additional Poetry plugin
2 parents 2f3123c + 6f4098e commit 61bb4ce

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
@@ -4,7 +4,7 @@ FROM python:3.11 as requirements-stage
44

55
WORKDIR /tmp
66

7-
RUN pip install poetry
7+
RUN pip install poetry poetry-plugin-export
88

99
COPY ./pyproject.toml ./poetry.lock* /tmp/
1010

0 commit comments

Comments
 (0)