Update Dockerfile

This commit is contained in:
Oliver Chang 2017-11-08 16:21:32 +11:00 committed by GitHub
parent 7a8c125f42
commit d090e49c2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
################################################################################
FROM gcr.io/oss-fuzz-base/base-builder
MAINTAINER ochang@google..com
MAINTAINER ochang@google.com
RUN apt-get update && apt-get install -y cmake make autoconf automake libtool libicu-dev python ruby ninja-build bison flex gperf
RUN git clone --depth 1 git://git.webkit.org/WebKit.git
WORKDIR WebKit