Skip to content

Commit

Permalink
rm git clone
Browse files Browse the repository at this point in the history
  • Loading branch information
xansec authored and ForAllSecure Mayhem Bot committed Jul 23, 2024
1 parent 838c472 commit 4398e91
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4398e91

Please sign in to comment.