We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82abb7d commit 25e4699Copy full SHA for 25e4699
Dockerfile.indexer-service-rs
@@ -8,7 +8,7 @@ COPY . .
8
ENV SQLX_OFFLINE=true
9
10
RUN apt-get update && apt-get install -y --no-install-recommends \
11
- protobuf-compiler && rm -rf /var/lib/apt/lists/*
+ protobuf-compiler libsasl2-dev && rm -rf /var/lib/apt/lists/*
12
RUN cargo build --release --bin indexer-service-rs
13
14
########################################################################################
0 commit comments