From b0dcd2db35af4f07a3c6109ae8a4afe8e946a151 Mon Sep 17 00:00:00 2001 From: Nicolas Haquet Date: Thu, 7 Dec 2023 17:01:02 +0100 Subject: [PATCH] [ADD] activate opa --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2e756ee..9370079 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN apt-get install -y build-essential cmake libpthread-stubs0-dev zlib1g-dev zl # RUN git config --global url."https://${JOB_USER}:${JOB_TOKEN}@gitlab.w6d.io/".insteadOf "https://gitlab.w6d.io/" RUN ./do_config.sh RUN rustup component add rustfmt -RUN cargo install --path ./ --locked +RUN cargo install --path ./ --locked --features opa FROM debian:bullseye WORKDIR /usr/local/bin/