Skip to content

Commit

Permalink
move clean
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmicpsyop committed Dec 8, 2023
1 parent 9600a46 commit f3dc096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ubuntu.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f3dc096

Please sign in to comment.