Skip to content

Commit

Permalink
[ADD] activate opa
Browse files Browse the repository at this point in the history
  • Loading branch information
nhaquet-w6d committed Dec 7, 2023
1 parent 144e602 commit b0dcd2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit b0dcd2d

Please sign in to comment.