Skip to content

Commit

Permalink
Update to 8.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
novafacing committed Mar 11, 2024
1 parent 2f28470 commit 178ea42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ RUN apt-get -y update && \

COPY . /qemu-rs

WORKDIR /qemu-rs
WORKDIR /qemu-rs/plugins/tracer

RUN cargo build -r && \
cargo run -r --bin tracer -- -a /bin/ls -- -lah
RUN cargo build -r || exit 0
RUN cargo build -r

0 comments on commit 178ea42

Please sign in to comment.