From 75073d0a8478441cc97a6efa10b566c5fb1dac81 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Fri, 17 Apr 2020 20:57:17 +0100 Subject: New upstream version 1.4.0 --- fuzz/Dockerfile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 fuzz/Dockerfile (limited to 'fuzz/Dockerfile') diff --git a/fuzz/Dockerfile b/fuzz/Dockerfile new file mode 100644 index 0000000..68afd99 --- /dev/null +++ b/fuzz/Dockerfile @@ -0,0 +1,10 @@ +# Copyright (c) 2019 Yubico AB. All rights reserved. +# Use of this source code is governed by a BSD-style +# license that can be found in the LICENSE file. + +FROM ubuntu:bionic +RUN apt-get update +RUN apt-get install -y clang-9 cmake git libssl-dev libudev-dev make pkg-config +RUN git clone --branch v0.5.0 https://github.com/PJK/libcbor +RUN git clone https://github.com/yubico/libfido2 +RUN CC=clang-9 /libfido2/fuzz/build-coverage /libcbor /libfido2 -- cgit v1.2.3