Skip to content

Commit 69f0015

Browse files
docker: Add missing sqlite library in final stage
Changelog-Fixed: Restored sqlite library dependency that was missing after Docker refactoring in v25.09.1 and v25.09.2
1 parent 8568158 commit 69f0015

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,8 @@ RUN apt-get update && \
180180
inotify-tools \
181181
socat \
182182
jq \
183-
libpq5 && \
183+
libpq5 \
184+
libsqlite3-0 && \
184185
apt-get clean && \
185186
rm -rf /var/lib/apt/lists/*
186187

0 commit comments

Comments
 (0)