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.
2 parents 0b425aa + 627b740 commit 9d9a637Copy full SHA for 9d9a637
mithril-client/Dockerfile.ci
@@ -4,7 +4,7 @@
4
FROM ubuntu:22.04
5
6
# Upgrade
7
-RUN apt-get update -y && apt-get install -y libssl-dev ca-certificates wget && rm -rf /var/lib/apt/lists/*
+RUN apt-get update -y && apt-get install -y libssl-dev ca-certificates wget sqlite3 && rm -rf /var/lib/apt/lists/*
8
9
# Create appuser
10
RUN adduser --no-create-home --disabled-password appuser
0 commit comments