aboutsummaryrefslogtreecommitdiff
path: root/projects/espeak-ng/Dockerfile
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2021-10-12 08:56:08 -0700
committerElliott Hughes <enh@google.com>2021-10-12 08:56:08 -0700
commitebda00b748d458bf970296cfe04e470a6139e581 (patch)
tree1986de3b646aa32bbe34a45cd3af0c06cb07afa0 /projects/espeak-ng/Dockerfile
parent75c8dcf71ca8652f671b4ca5fea780a558c86e08 (diff)
parentfd15c6d57aa13667af2521daf6167a2d8cd2ecb7 (diff)
downloadoss-fuzz-ebda00b748d458bf970296cfe04e470a6139e581.tar.gz
Upgrade oss-fuzz to fd15c6d57aa13667af2521daf6167a2d8cd2ecb7android-s-v2-preview-2android-s-v2-preview-1android-s-v2-beta-2android-s-v2-preview-1
Test: make Change-Id: Ib2733efe65798b72a56aa5db61992b878b4c6be1
Diffstat (limited to 'projects/espeak-ng/Dockerfile')
-rw-r--r--projects/espeak-ng/Dockerfile21
1 files changed, 21 insertions, 0 deletions
diff --git a/projects/espeak-ng/Dockerfile b/projects/espeak-ng/Dockerfile
new file mode 100644
index 000000000..674c629ca
--- /dev/null
+++ b/projects/espeak-ng/Dockerfile
@@ -0,0 +1,21 @@
+# Copyright 2021 Google LLC
+#
+# 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 gcr.io/oss-fuzz-base/base-builder
+RUN apt-get update && apt install -y automake autoconf libtool pkg-config
+RUN git clone --depth 1 https://github.com/espeak-ng/espeak-ng
+COPY build.sh $SRC
+WORKDIR $SRC/espeak-ng