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:
parent
625a72bab1
commit
5805f29f6e
@ -26,7 +26,8 @@ RUN apk update && \
|
||||
sqlite-dev \
|
||||
sqlite-static \
|
||||
zlib-dev \
|
||||
zlib-static
|
||||
zlib-static \
|
||||
linux-headers
|
||||
|
||||
RUN pip3 install grpcio-tools
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user