Merge pull request #3028 from baude/removemanualinstall

remove manual install of libsystemd-dev
This commit is contained in:
OpenShift Merge Robot
2019-04-26 11:34:25 -07:00
committed by GitHub

View File

@ -55,7 +55,6 @@ then
# Some setup needs to vary between distros
case "${OS_RELEASE_ID}-${OS_RELEASE_VER}" in
ubuntu-18)
sudo apt-get -qq -y install libsystemd-dev
# Always install runc on Ubuntu
install_runc_from_git
;;