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