ci: use --privileged instead of WITH DOCKER

This commit is contained in:
Gerald Pinder 2024-01-14 22:20:52 -05:00
parent 5d50ac4fef
commit 218cc9c7d3

View file

@ -126,9 +126,7 @@ integration-test-build:
ARG NIGHTLY=false
FROM +integration-test-base --NIGHTLY=$NIGHTLY
WITH DOCKER
RUN bb -vv build config/recipe-jp-desktop.yml
END
RUN --privileged bb -vv build config/recipe-jp-desktop.yml
integration-test-base:
ARG NIGHTLY=false