Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ladisgin committed Mar 13, 2024
1 parent ded7ca6 commit 7e6820f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/building_dependencies/install_packages/debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ shopt -s expand_aliases
# A grep command which clears out the output of apt-rdepends
alias grepdepends='grep -v "^ " | grep -v "^libc-dev$" | grep -v "^debconf-2.0$" | grep -v "^libc6$" | grep -v "^libunwind8-dev$" | grep -v "^awk$"'
# Get all the dependencies of utbot
apt-rdepends libsqlite3-dev libgoogle-perftools-dev libssl-dev libssl1.0-dev python3-pip gzip make gcc-9 g++-9 | grepdepends > all.txt
apt-rdepends libsqlite3-dev libgoogle-perftools-dev libssl-dev python3-pip gzip make gcc-9 g++-9 | grepdepends > all.txt
if [[ "$OPERATING_SYSTEM_TAG" = "18.04" ]]; then
apt-rdepends libssl1.0-dev | grepdepends >> all.txt
fi
Expand Down

0 comments on commit 7e6820f

Please sign in to comment.