Skip to content

Commit

Permalink
Add libssl-dev as dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
luigifcruz committed May 28, 2021
1 parent f81f820 commit 0623e9f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion stage4/04-pisdr-system/00-packages
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ cmake
build-essential
git
pkg-config
re2c
re2c
libssl-dev
4 changes: 2 additions & 2 deletions stage4/04-pisdr-system/03-run.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash -e

on_chroot << EOF
python3 -m pip -v install cmake
python3 -m pip -v install ninja
python3 -m pip install cmake
python3 -m pip install ninja
EOF

0 comments on commit 0623e9f

Please sign in to comment.