Skip to content

Commit

Permalink
Merge pull request #87 from cosmicpsyop/fix-ubuntu-docker
Browse files Browse the repository at this point in the history
ensure docker guest builddir is not tainted from a previous host build
  • Loading branch information
hoytech authored Dec 16, 2023
2 parents 013d611 + f3dc096 commit b63eada
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ubuntu.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b63eada

Please sign in to comment.