summaryrefslogtreecommitdiff
path: root/cras/src/fuzz/Dockerfile
blob: caffa995cb17def9afb4c4e3870434963a3edd99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright 2017 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
#
# Defines a docker image that can build cras fuzzers.
#
FROM gcr.io/oss-fuzz-base/base-builder
LABEL maintainer="dgreid@chromium.org"

COPY . "${SRC}/adhd"
COPY cras/src/fuzz/build.sh "${SRC}/build.sh"
RUN "${SRC}/adhd/cras/install_deps.sh"
RUN mkdir -p /etc/cras && cp "${SRC}/adhd/cras-config/dsp.ini.sample" /etc/cras