We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56cee38 commit 30627beCopy full SHA for 30627be
setup.sh
@@ -11,7 +11,7 @@ echo 'deb https://download.ceph.com/debian-jewel xenial main' > /etc/apt/sources
11
12
apt-get update
13
apt-get -y upgrade
14
-apt-get -y --no-install-recommends install unzip librados2 librados-dev ceph-common curl make gcc
+apt-get -y --no-install-recommends install unzip librados2 librados-dev ceph-common curl make gcc build-essential
15
# curl http://uwsgi.it/install | bash -s rados /usr/local/bin/uwsgi
16
17
@@ -23,7 +23,7 @@ cd uwsgi-master
23
UWSGI_PROFILE=rados UWSGI_BIN_NAME=/usr/local/bin/uwsgi make
24
25
26
-apt-get -y purge librados-dev make gcc unzip
+apt-get -y purge librados-dev make gcc unzip build-essential
27
apt-get -y autoremove
28
29
rm -rf /var/lib/apt/lists/*
0 commit comments