Skip to content

Commit 9d9a637

Browse files
authored
Merge pull request #770 from input-output-hk/jpraynaud/769-fix-crash-docker-client
Fix client Docker image crash
2 parents 0b425aa + 627b740 commit 9d9a637

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)