aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/libcacard
diff options
context:
space:
mode:
authorGravatar Jakub Jelen <jjelen@redhat.com>2020-04-20 16:34:43 +0200
committerGravatar GitHub <noreply@github.com>2020-04-20 07:34:43 -0700
commit9405654d4cedb87bca863b3eac18bfea3e0af785 (patch)
treeadc1ac016a30a4718dd033cb61dc59bd353b4776 /projects/libcacard
parenta010156a4115b72cec35f900f8eb3b047c979c85 (diff)
libcacard: Reference upstream repository with merged fuzzers (#3674)
Signed-off-by: Jakub Jelen <jjelen@redhat.com>
Diffstat (limited to 'projects/libcacard')
-rw-r--r--projects/libcacard/Dockerfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/projects/libcacard/Dockerfile b/projects/libcacard/Dockerfile
index 8bb47552..706c0331 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