Skip to content

Commit ba77cdb

Browse files
committed
Fix container
Signed-off-by: Danil <[email protected]>
1 parent 08eaf6c commit ba77cdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/server-zksync-os/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ WORKDIR /usr/src/zksync
1717

1818
COPY . .
1919

20-
RUN cargo build --manifest-path ./core/Cargo.toml --release --features=rocksdb/io-uring/zkos --bin zksync_server --bin block_reverter --bin merkle_tree_consistency_checker
20+
RUN cargo build --manifest-path ./core/Cargo.toml --release --features=rocksdb/io-uring,zkos --bin zksync_server --bin block_reverter --bin merkle_tree_consistency_checker
2121

2222
FROM ghcr.io/matter-labs/zksync-runtime-base:latest
2323

0 commit comments

Comments
 (0)