mirror of
https://github.com/ceph/ceph
synced 2025-01-29 22:43:40 +00:00
Merge pull request #8745 from ErwanAliasr1/evelu-deps
install-deps: Adding gcc for debian based systems Reviewed-by: Sage Weil <sage@redhat.com>
This commit is contained in:
commit
da53f58628
@ -33,7 +33,7 @@ fi
|
||||
|
||||
case $(lsb_release -si) in
|
||||
Ubuntu|Debian|Devuan)
|
||||
$SUDO apt-get install -y dpkg-dev
|
||||
$SUDO apt-get install -y dpkg-dev gcc
|
||||
if ! test -r debian/control ; then
|
||||
echo debian/control is not a readable file
|
||||
exit 1
|
||||
|
Loading…
Reference in New Issue
Block a user