mirror of https://github.com/google/oss-fuzz.git
Add libunwind-dev to fix myanmar-tools build (#3204)
This commit is contained in:
parent
9e24e6e8b2
commit
daa6f9dda0
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue