Skip to content

Commit

Permalink
Add missing dependency setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielgaraujo committed Sep 7, 2024
1 parent a88f7fb commit fef8ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR /usr/src/norminette

COPY pyproject.toml poetry.lock ./

RUN pip3 install poetry \
RUN pip3 install setuptools poetry \
&& poetry config virtualenvs.create false \
&& poetry install --no-dev

Expand Down

0 comments on commit fef8ec5

Please sign in to comment.