mirror of https://github.com/google/oss-fuzz.git
Move tmux to point at the correct repository (#4622)
This commit is contained in:
parent
77fa6b32ba
commit
04bc87103d
|
@ -18,7 +18,7 @@ FROM gcr.io/oss-fuzz-base/base-builder
|
|||
RUN apt-get update && apt-get install -y autoconf automake bison pkg-config \
|
||||
libevent-dev ncurses-dev
|
||||
|
||||
RUN git clone --depth 1 https://github.com/snizovtsev/tmux.git
|
||||
RUN git clone --depth 1 https://github.com/tmux/tmux.git
|
||||
RUN git clone --depth 1 https://github.com/snizovtsev/tmux-fuzzing-corpus.git
|
||||
WORKDIR tmux
|
||||
COPY build.sh $SRC/
|
||||
|
|
Loading…
Reference in New Issue