Skip to content

Commit

Permalink
update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
khieta committed Sep 23, 2024
1 parent 06d118a commit f3dcac8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions oopsla2024-benchmarks/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ ENV PATH="${PATH}:${HOME}/openfga"
RUN timeout 0.1 openfga run --playground-enabled=false --log-level=warn || true

## Clone cedar and cedar-spec
RUN git clone https://github.com/cedar-policy/cedar-spec -b main
RUN git clone https://github.com/cedar-policy/cedar cedar-spec/cedar -b main
RUN git clone https://github.com/cedar-policy/cedar-spec /cedar-spec -b main
RUN git clone https://github.com/cedar-policy/cedar /cedar-spec/cedar -b main

## Install Cedar CLI so it is usable from command line
RUN cargo install [email protected] --path cedar-spec/cedar/cedar-policy-cli
Expand All @@ -39,6 +39,7 @@ COPY Cargo.toml plot.py README.md cedar-benchmarks/
COPY generators cedar-benchmarks/generators/
COPY benches cedar-benchmarks/benches/
COPY src cedar-benchmarks/src/
COPY /cedar-spec cedar-benchmarks/cedar-spec/
COPY rego-harness cedar-benchmarks/rego-harness/
COPY validate_all_benchmarks.sh cedar-benchmarks

Expand Down

0 comments on commit f3dcac8

Please sign in to comment.