Skip to content

Commit

Permalink
install specific version for libpq5 to properly install libpq-dev
Browse files Browse the repository at this point in the history
Co-authored-by: Seth Boyles <[email protected]>
Co-authored-by: Weyman Fung <[email protected]>
  • Loading branch information
sethboyles and weymanf committed Feb 2, 2021
1 parent 493d362 commit 5e8e484
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions install-scripts/ubuntu.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#!/bin/bash

set -ex

echo "Updating apt packages"
sudo apt update
echo "Upgrading Linux distribution"
Expand All @@ -10,6 +13,7 @@ sudo apt install -y \
docker.io \
libffi7 \
libmysqlclient-dev \
libpq5=12.2-4 \
libpq-dev \
libxslt-dev \
mysql-server \
Expand Down

0 comments on commit 5e8e484

Please sign in to comment.