Skip to content

Commit

Permalink
Update Dockerfile Feature Flag
Browse files Browse the repository at this point in the history
  • Loading branch information
anukkrit149 authored Jan 15, 2024
1 parent acd5bee commit c769faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN apt-get -y update; \

WORKDIR /madara
COPY . .
RUN cargo build --release --feature avail --feature celestia
RUN cargo build --release --features avail --features celestia

FROM debian:buster-slim
LABEL description="Madara, a blazing fast Starknet sequencer" \
Expand Down

0 comments on commit c769faf

Please sign in to comment.