Add libunwind-dev to fix myanmar-tools build (#3204)

This commit is contained in:
Abhishek Arya 2020-01-08 07:58:16 -08:00 committed by GitHub
parent 9e24e6e8b2
commit daa6f9dda0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,8 @@ MAINTAINER sffc@google.com
RUN apt-get update && apt-get -y install \
build-essential \
cmake
cmake \
libunwind-dev
RUN git clone https://github.com/google/myanmar-tools.git
WORKDIR $SRC/myanmar-tools/clients/cpp/
COPY build.sh $SRC/