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.
1 parent fd01c99 commit d0e4243Copy full SHA for d0e4243
mithril-infra/assets/startup-vm.sh
@@ -8,7 +8,12 @@ sudo apt update -y
8
sudo apt install -y jq tree ca-certificates curl gnupg lsb-release
9
10
# Install sqlite3
11
-sudo apt install -y sqlite3
+curl http://ftp.fr.debian.org/debian/pool/main/s/sqlite3/libsqlite3-0_3.40.1-1_amd64.deb -o libsqlite3-0_3.40.1-1_amd64.deb
12
+dpkg -i libsqlite3-0_3.40.1-1_amd64.deb
13
+rm -f libsqlite3-0_3.40.1-1_amd64.deb
14
+curl http://ftp.fr.debian.org/debian/pool/main/s/sqlite3/sqlite3_3.40.1-1_amd64.deb -o sqlite3_3.40.1-1_amd64.deb
15
+dpkg -i sqlite3_3.40.1-1_amd64.deb
16
+rm -f sqlite3_3.40.1-1_amd64.deb
17
18
# Install docker & docker-compose
19
sudo mkdir -p /etc/apt/keyrings
0 commit comments