Skip to content

Commit

Permalink
Workaround PEP668 error
Browse files Browse the repository at this point in the history
  • Loading branch information
at-wat committed Apr 28, 2024
1 parent 35b13e0 commit f9e797f
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 @@ -49,7 +49,7 @@ COPY requirements.txt /
RUN --mount=type=cache,target=/etc/apk/cache,id=apk \
apk add --no-cache --virtual .builddeps \
py3-pip \
&& python3 -m pip install -r requirements.txt \
&& python3 -m pip install --break-system-packages -r requirements.txt \
&& python3 -m pip show grpcio_tools \
| sed -n 's/^Version: \(.*\)$/python grpcio_tools \1/p' >> /versions \
&& apk del .builddeps
Expand Down

0 comments on commit f9e797f

Please sign in to comment.