Skip to content

Commit

Permalink
Add setup tools to docker-container (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
Martynas Asipauskas authored and GitHub Enterprise committed Nov 12, 2024
1 parent be08cd8 commit b01f220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/python-client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN mkdir /proto

COPY client/python/pyproject.toml /code/pyproject.toml

RUN pip install "/code[test]"
RUN pip install python-setuptools "/code[test]"

# Creating folders, and files for a project:
COPY client/python /code
Expand Down

0 comments on commit b01f220

Please sign in to comment.