Skip to content

Commit 1fcaeec

Browse files
authored
Add sqlite3 to Indexer image (#4917)
## Motivation We need `sqlite3` there in case we want to do any operations to the SQLite DB as it's running. ## Proposal Add `sqlite3` to the image. ## Test Plan I'll merge this and sync the indexer with it
1 parent 45c4e7f commit 1fcaeec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/Dockerfile.indexer

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,8 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
117117
pkg-config \
118118
protobuf-compiler \
119119
clang \
120-
netcat-openbsd
120+
netcat-openbsd \
121+
sqlite3
121122
RUN apt-get clean && rm -rf /var/lib/apt/lists/*
122123
RUN update-ca-certificates
123124

0 commit comments

Comments
 (0)