Skip to content

Commit

Permalink
fix: remove rust binary from Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan-Ethernal committed Jan 17, 2025
1 parent ff8855c commit 3473bb5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ RUN make build-go build-tools
FROM --platform=${BUILDPLATFORM} debian:bookworm-slim

RUN apt-get update && apt-get install -y ca-certificates sqlite3 procps libssl-dev && rm -rf /var/lib/apt/lists/*
COPY --from=builder /app/target/release/aggkit /usr/local/bin/
COPY --from=build /go/src/github.com/agglayer/aggkit/target/aggkit-node /usr/local/bin/

EXPOSE 5576/tcp
Expand Down

0 comments on commit 3473bb5

Please sign in to comment.