Skip to content

Commit

Permalink
libdwarf: fix build (#8888)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidKorczynski authored Oct 29, 2022
1 parent 1d20b99 commit fab92b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/libdwarf/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder
RUN apt-get update && apt-get install -y make autoconf automake libtool
RUN apt-get update && apt-get install -y make autoconf automake libtool zlib1g-dev
RUN git clone --depth 1 https://github.com/davea42/libdwarf-code libdwarf
RUN git clone --depth=1 https://github.com/DavidKorczynski/binary-samples $SRC/binary-samples
WORKDIR libdwarf
Expand Down

0 comments on commit fab92b6

Please sign in to comment.