Skip to content

Commit

Permalink
cicd: fix clean target failure in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanWilbur committed Feb 17, 2024
1 parent 0de16b7 commit 7ff410c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions quipu.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ RUN apt-get update && apt-get install -y build-essential git bison flex
ADD . /isode
WORKDIR /isode

# This seems to be necessary to run the clean target.
ADD config/linux.make config/CONFIG.make

# This is just here to prevent accidentally including pre-built outputs in the Dockerfile.
RUN ./make clean

Expand Down

0 comments on commit 7ff410c

Please sign in to comment.