From f3dc0963b05a7c882ae30740883f5988a318257f Mon Sep 17 00:00:00 2001 From: cosmicpsyop Date: Fri, 8 Dec 2023 15:03:47 -0800 Subject: [PATCH] move clean --- ubuntu.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu.Dockerfile b/ubuntu.Dockerfile index 4b70cad..d89a6b9 100644 --- a/ubuntu.Dockerfile +++ b/ubuntu.Dockerfile @@ -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