FIX installation of grpcio-tools

Without linux-headers we have a compilation issue when
pip installing grpcio-tools.

Probably related to https://github.com/grpc/grpc/issues/24722
This commit is contained in:
Pascal Grange 2024-05-14 13:28:55 +02:00
parent 625a72bab1
commit 5805f29f6e

View File

@ -26,7 +26,8 @@ RUN apk update && \
sqlite-dev \
sqlite-static \
zlib-dev \
zlib-static
zlib-static \
linux-headers
RUN pip3 install grpcio-tools