Merge pull request #57 from insanitybit/master
Support static builds with grpcio dependencies
This commit is contained in:
commit
c0fb03aa6b
|
@ -39,6 +39,9 @@ RUN apt-get update && \
|
|||
mv mdbook /usr/local/bin/ && \
|
||||
rm -f mdbook-v$MDBOOK_VERSION-x86_64-unknown-linux-musl.tar.gz
|
||||
|
||||
# Static linking for C++ code
|
||||
RUN sudo ln -s "/usr/bin/g++" "/usr/bin/musl-g++"
|
||||
|
||||
# Allow sudo without a password.
|
||||
ADD sudoers /etc/sudoers.d/nopasswd
|
||||
|
||||
|
|
Loading…
Reference in a new issue