From 4398e91784b89462a13f1a2ae74b89dc3b7946c1 Mon Sep 17 00:00:00 2001 From: xansec <76011430+xansec@users.noreply.github.com> Date: Mon, 1 Aug 2022 11:33:05 -0400 Subject: [PATCH] rm git clone --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index cf654f2..b2ff8e7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,10 +6,8 @@ RUN apt-get update && \ DEBIAN_FRONTEND=noninteractive apt-get install -y git cmake ## Add source code to the build stage. -WORKDIR / -RUN git clone https://github.com/capuanob/qhull.git +ADD . /qhull WORKDIR /qhull -RUN git checkout mayhem ## Build WORKDIR build