Skip to content

Commit

Permalink
update docker
Browse files Browse the repository at this point in the history
  • Loading branch information
auvipy committed Oct 31, 2019
1 parent bcf6d2a commit c3115ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/scripts/install-couchbase.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ sudo wget -O - http://packages.couchbase.com/ubuntu/couchbase.key | sudo apt-key
# Adding Ubuntu 18.04 repo to apt/sources.list of 19.10 or 19.04
echo "deb http://packages.couchbase.com/ubuntu bionic bionic/main" | sudo tee /etc/apt/sources.list.d/couchbase.list
# To install or upgrade packages
sudo apt-get update
sudo apt-get install libcouchbase-dev libcouchbase2-bin build-essential
apt-get update
apt-get install -y libcouchbase-dev libcouchbase2-bin build-essential

0 comments on commit c3115ec

Please sign in to comment.