Skip to content

Commit

Permalink
reverting docker changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ZachJHansen authored and teiesti committed Nov 22, 2024
1 parent 474df22 commit 553e380
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ RUN mv vampire /usr/bin/
RUN chmod +x /usr/bin/vampire

# Install Anthem
RUN cargo install anthem
RUN git clone https://github.com/potassco/anthem.git
RUN cd anthem && . "$HOME/.cargo/env" && cargo build --release
RUN cp anthem/target/release/anthem /usr/bin/

0 comments on commit 553e380

Please sign in to comment.