Skip to content

Commit

Permalink
Compile python with sqlite3 (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
quantum5 authored Dec 19, 2019
1 parent 147b072 commit cfc3b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
apt-get update
apt-get install --no-install-recommends -y \
curl xz-utils make libffi-dev libssl-dev zlib1g-dev libreadline-dev liblzma-dev libncurses-dev libbz2-dev
curl xz-utils make libffi-dev libssl-dev zlib1g-dev libreadline-dev liblzma-dev libncurses-dev libbz2-dev libsqlite3-dev

mkdir "$PYTHON_DIR"
echo "Downloading $PYTHON_URL to $PYTHON_DIR..."
Expand Down

0 comments on commit cfc3b87

Please sign in to comment.