Merge pull request #87 from cosmicpsyop/fix-ubuntu-docker

ensure docker guest builddir is not tainted from a previous host build
This commit is contained in:
Doug Hoyte
2023-12-16 10:58:18 -05:00
committed by GitHub

View File

@ -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