Skip to content

Commit

Permalink
Run make clean before build
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Apr 8, 2024
1 parent 51a1e35 commit 377e9f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ooniapi/services/oonirun/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ RUN find /build -type f -name '._*' -delete

RUN echo "$BUILD_LABEL" > /build/src/oonirun/BUILD_LABEL

RUN make clean
RUN hatch build

### Actual image running on the host
Expand Down

0 comments on commit 377e9f2

Please sign in to comment.