ensure the builddir is not tainted from a previous host build

This commit is contained in:
cosmicpsyop
2023-12-08 00:18:12 -08:00
parent 3579f2142b
commit 9600a468a0

View File

@ -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