Skip to content

Commit

Permalink
Add python-dev to ansible install
Browse files Browse the repository at this point in the history
  • Loading branch information
framctr committed Sep 14, 2024
1 parent e18df43 commit 81b95ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ansible/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ set -e
# of the script
ensure_nanolayer nanolayer_location "v0.5.0"

$nanolayer_location install apt-get pip
$nanolayer_location install apt-get pip,python3-dev

if [ "$PACKAGE" != "latest" ] ; then
pip install "${PACKAGE}"=="${VERSION}"
Expand Down

0 comments on commit 81b95ae

Please sign in to comment.