Skip to content

Commit

Permalink
ensure the builddir is not tainted from a previous host build
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmicpsyop committed Dec 8, 2023
1 parent 3579f21 commit 9600a46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ubuntu.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ RUN apt update && apt install -y --no-install-recommends \
libzstd-dev

COPY . .
RUN make clean
RUN git submodule update --init
RUN make setup-golpe
RUN make -j4
Expand Down

0 comments on commit 9600a46

Please sign in to comment.