From 9405654d4cedb87bca863b3eac18bfea3e0af785 Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Mon, 20 Apr 2020 16:34:43 +0200 Subject: [PATCH] libcacard: Reference upstream repository with merged fuzzers (#3674) Signed-off-by: Jakub Jelen --- projects/libcacard/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/projects/libcacard/Dockerfile b/projects/libcacard/Dockerfile index 8bb475522..706c03312 100644 --- a/projects/libcacard/Dockerfile +++ b/projects/libcacard/Dockerfile @@ -20,8 +20,7 @@ RUN apt-get update && apt-get install -y pkg-config libglib2.0-dev gyp libsqlite # Because Ubuntu has really ancient meson out there RUN pip3 install meson ninja -#RUN git clone --depth 1 https://gitlab.freedesktop.org/spice/libcacard.git libcacard -RUN git clone --depth 1 --single-branch --branch fuzzers https://gitlab.freedesktop.org/jjelen/libcacard.git libcacard +RUN git clone --depth 1 --single-branch --branch master https://gitlab.freedesktop.org/spice/libcacard.git libcacard RUN git clone --depth 1 https://github.com/nss-dev/nss.git nss RUN hg clone https://hg.mozilla.org/projects/nspr