Skip to content

Commit

Permalink
fix(infra): cargo install install in docker image
Browse files Browse the repository at this point in the history
Signed-off-by: vados <[email protected]>
  • Loading branch information
t3hmrman committed Dec 11, 2023
1 parent 8db1a0d commit 9c63c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/docker/ci.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ RUN su idkit -c "cargo install [email protected]"
RUN su idkit -c "cargo pgrx init --pg15 download"

# Install development/build/testing deps
RUN su idkit -c "cargo install -y just sccache cargo-cache cargo-get cargo-set-version"
RUN su idkit -c "cargo install just sccache cargo-cache cargo-get cargo-set-version"

0 comments on commit 9c63c1e

Please sign in to comment.