Skip to content

Commit 25e4699

Browse files
committed
fix(dockerfile.service): install libsasl2-dev
1 parent 82abb7d commit 25e4699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.indexer-service-rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ COPY . .
88
ENV SQLX_OFFLINE=true
99

1010
RUN apt-get update && apt-get install -y --no-install-recommends \
11-
protobuf-compiler && rm -rf /var/lib/apt/lists/*
11+
protobuf-compiler libsasl2-dev && rm -rf /var/lib/apt/lists/*
1212
RUN cargo build --release --bin indexer-service-rs
1313

1414
########################################################################################

0 commit comments

Comments
 (0)