Skip to content

Commit cfc3b87

Browse files
authored
Compile python with sqlite3 (#2)
1 parent 147b072 commit cfc3b87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
apt-get update
33
apt-get install --no-install-recommends -y \
4-
curl xz-utils make libffi-dev libssl-dev zlib1g-dev libreadline-dev liblzma-dev libncurses-dev libbz2-dev
4+
curl xz-utils make libffi-dev libssl-dev zlib1g-dev libreadline-dev liblzma-dev libncurses-dev libbz2-dev libsqlite3-dev
55

66
mkdir "$PYTHON_DIR"
77
echo "Downloading $PYTHON_URL to $PYTHON_DIR..."

0 commit comments

Comments
 (0)