Skip to content

Commit 283eb4a

Browse files
committed
remove pipx
1 parent 3badf28 commit 283eb4a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ WORKDIR /app
33

44
ADD pyproject.toml /app/pyproject.toml
55

6-
RUN pip install pipx
7-
RUN pipx install poetry
6+
RUN pip install poetry
87
RUN poetry install
98

109
COPY ./ /app

0 commit comments

Comments
 (0)