Skip to content

Commit

Permalink
Add libffi-dev so ctypes might compile on 3.7+
Browse files Browse the repository at this point in the history
  • Loading branch information
quantum5 committed Oct 11, 2019
1 parent 0a5dce4 commit 3ae2e6a
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 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

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

0 comments on commit 3ae2e6a

Please sign in to comment.