mirror of
https://github.com/hoytech/strfry.git
synced 2025-06-17 00:38:50 +00:00
ensure the builddir is not tainted from a previous host build
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user