Skip to content

Commit

Permalink
Further build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Martynas Asipauskas authored and GitHub Enterprise committed Nov 13, 2024
1 parent b01f220 commit 936514c
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 python-setuptools "/code[test]"
RUN pip install setuptools "/code[test]"

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

0 comments on commit 936514c

Please sign in to comment.