diff --git a/ubuntu.Dockerfile b/ubuntu.Dockerfile index 15ccff0..d89a6b9 100644 --- a/ubuntu.Dockerfile +++ b/ubuntu.Dockerfile @@ -10,6 +10,7 @@ RUN apt update && apt install -y --no-install-recommends \ COPY . . RUN git submodule update --init RUN make setup-golpe +RUN make clean RUN make -j4 FROM ubuntu:jammy as runner