Skip to content

Commit

Permalink
removed unnecessary dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Tieske committed Dec 7, 2015
1 parent 56db780 commit d792c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/setup_kong.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sudo apt-get update
sudo apt-get install wget curl tar make gcc unzip git liblua5.1-0-dev

# Installing dependencies required for Kong
sudo apt-get install sudo netcat lua5.1 openssl libpcre3 dnsmasq libuuid1 uuid-dev
sudo apt-get install sudo netcat lua5.1 openssl libpcre3 dnsmasq uuid-dev

# Installing Kong and its dependencies
sudo apt-get install lsb-release
Expand Down

0 comments on commit d792c16

Please sign in to comment.