Skip to content

Commit

Permalink
freighter: update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
happyaron committed Dec 25, 2023
1 parent e58e2ef commit bc7d7eb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 168 deletions.
10 changes: 1 addition & 9 deletions dockerfiles/freighter/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
FROM rust:bookworm
MAINTAINER Aron Xu <[email protected]>

RUN set -e; \
git clone --depth=1 https://github.com/open-rust-initiative/freighter; \
cd freighter; \
cargo build --release; \
mkdir -p /root/freighter; \
cp /freighter/target/release/freighter /usr/local/bin/
RUN cargo install --git https://github.com/open-rust-initiative/freighter

#COPY dockerfiles/freighter/config.toml /root/freighter/

WORKDIR /root/freighter
CMD /bin/bash
159 changes: 0 additions & 159 deletions dockerfiles/freighter/config.toml

This file was deleted.

0 comments on commit bc7d7eb

Please sign in to comment.