Move tmux to point at the correct repository (#4622)

This commit is contained in:
Sergey Nizovtsev 2020-11-09 22:34:39 +03:00 committed by GitHub
parent 77fa6b32ba
commit 04bc87103d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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/