move clean

This commit is contained in:
cosmicpsyop
2023-12-08 15:03:47 -08:00
parent 9600a468a0
commit f3dc0963b0

View File

@ -8,9 +8,9 @@ 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 clean
RUN make -j4
FROM ubuntu:jammy as runner