Skip to content

Commit f1974af

Browse files
committed
Removed elastic feature from Dockerfile
1 parent ac11fec commit f1974af

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
2222
g++-x86-64-linux-gnu binutils-x86-64-linux-gnu
2323
RUN rustup target add "$(cat /target.txt)"
2424
COPY --from=planner /recipe.json /recipe.json
25-
RUN RUSTFLAGS="$(cat /flags.txt)" cargo chef cook --target "$(cat /target.txt)" --release --no-default-features --features "sqlite postgres mysql rocks elastic s3 redis azure nats enterprise" --recipe-path /recipe.json
25+
RUN RUSTFLAGS="$(cat /flags.txt)" cargo chef cook --target "$(cat /target.txt)" --release --no-default-features --features "sqlite postgres mysql rocks s3 redis azure nats enterprise" --recipe-path /recipe.json
2626
COPY . .
27-
RUN RUSTFLAGS="$(cat /flags.txt)" cargo build --target "$(cat /target.txt)" --release -p stalwart --no-default-features --features "sqlite postgres mysql rocks elastic s3 redis azure nats enterprise"
27+
RUN RUSTFLAGS="$(cat /flags.txt)" cargo build --target "$(cat /target.txt)" --release -p stalwart --no-default-features --features "sqlite postgres mysql rocks s3 redis azure nats enterprise"
2828
RUN RUSTFLAGS="$(cat /flags.txt)" cargo build --target "$(cat /target.txt)" --release -p stalwart-cli
2929
RUN mv "/build/target/$(cat /target.txt)/release" "/output"
3030

0 commit comments

Comments
 (0)