aboutsummaryrefslogtreecommitdiffhomepage
path: root/targets/woff2/Dockerfile
diff options
context:
space:
mode:
authorGravatar Mike Aizatsky <mike.aizatsky@gmail.com>2016-10-24 19:39:13 -0700
committerGravatar Mike Aizatsky <mike.aizatsky@gmail.com>2016-10-24 19:39:13 -0700
commit8926b7c06a5b0d972659d706850ee945a5a0dce9 (patch)
treee987cfca9009b04c75050940c85f533ed848cfd8 /targets/woff2/Dockerfile
parent5fe81969502c81ab803dab41488107b6a75bbbd0 (diff)
moved all targets into targets/ subdir
Diffstat (limited to 'targets/woff2/Dockerfile')
-rw-r--r--targets/woff2/Dockerfile22
1 files changed, 22 insertions, 0 deletions
diff --git a/targets/woff2/Dockerfile b/targets/woff2/Dockerfile
new file mode 100644
index 00000000..00f7e755
--- /dev/null
+++ b/targets/woff2/Dockerfile
@@ -0,0 +1,22 @@
+# Copyright 2016 Google Inc.
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+################################################################################
+
+FROM ossfuzz/base-libfuzzer
+MAINTAINER mmoroz@chromium.org
+RUN apt-get install -y make autoconf automake libtool
+
+RUN git clone --recursive https://github.com/google/woff2
+COPY build.sh convert_woff2ttf_fuzzer.* /src/