Skip to content

Commit 30627be

Browse files
committed
more build deps
1 parent 56cee38 commit 30627be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ echo 'deb https://download.ceph.com/debian-jewel xenial main' > /etc/apt/sources
1111

1212
apt-get update
1313
apt-get -y upgrade
14-
apt-get -y --no-install-recommends install unzip librados2 librados-dev ceph-common curl make gcc
14+
apt-get -y --no-install-recommends install unzip librados2 librados-dev ceph-common curl make gcc build-essential
1515
# curl http://uwsgi.it/install | bash -s rados /usr/local/bin/uwsgi
1616

1717

@@ -23,7 +23,7 @@ cd uwsgi-master
2323
UWSGI_PROFILE=rados UWSGI_BIN_NAME=/usr/local/bin/uwsgi make
2424

2525

26-
apt-get -y purge librados-dev make gcc unzip
26+
apt-get -y purge librados-dev make gcc unzip build-essential
2727
apt-get -y autoremove
2828

2929
rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)