Skip to content

Commit

Permalink
copy mise bin to /usr/local/bin
Browse files Browse the repository at this point in the history
  • Loading branch information
coffee-cup committed Feb 28, 2025
1 parent e10865e commit 2f8ea08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions images/debian/mise/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ RUN git clone https://github.com/jdx/mise.git /tmp/mise && \
RUSTFLAGS="-C opt-level=z -C link-arg=-s -C codegen-units=1" \
cargo build --profile serious \
--config debuginfo=0

RUN cp /tmp/mise/target/serious/mise /usr/local/bin/

0 comments on commit 2f8ea08

Please sign in to comment.