Skip to content

Commit

Permalink
fix: clean docker image to prevent pre-built stuff from sneaking in
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanWilbur committed Feb 17, 2024
1 parent 230985f commit 0abf05b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions quipu.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ RUN mkdir -p /var/db/tmp
RUN apt-get update && apt-get install -y build-essential git bison flex
ADD . /isode
WORKDIR /isode

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

ADD config/linux.h h/config.h
ADD config/linux.make config/CONFIG.make
ADD config/*.local support/
Expand Down

0 comments on commit 0abf05b

Please sign in to comment.