Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions lab-server/lab-server-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,13 @@ apt-get -y install apg haveged python-pip
apt-get -y install lxc-docker


# ----------------------------------------------------------------------------
# Install the development libraries.
# These are used for building the Lab Server Controller

apt-get -y install python-dev libffi-dev libssl-dev


# ----------------------------------------------------------------------------
# Install the Lab Server Controller

Expand Down