Skip to content

Commit 627b740

Browse files
committed
Attempt fix client Docker image crash
With '/app/bin/mithril-client: error while loading shared libraries: libsqlite3.so.0: cannot open shared object file: No such file or directory' error.
1 parent 0b425aa commit 627b740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mithril-client/Dockerfile.ci

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
FROM ubuntu:22.04
55

66
# Upgrade
7-
RUN apt-get update -y && apt-get install -y libssl-dev ca-certificates wget && rm -rf /var/lib/apt/lists/*
7+
RUN apt-get update -y && apt-get install -y libssl-dev ca-certificates wget sqlite3 && rm -rf /var/lib/apt/lists/*
88

99
# Create appuser
1010
RUN adduser --no-create-home --disabled-password appuser

0 commit comments

Comments
 (0)