mirror of
https://github.com/hoytech/strfry.git
synced 2025-06-19 17:37:43 +00:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user