mirror of
https://github.com/containers/podman.git
synced 2025-06-23 18:59:30 +08:00
Merge pull request #3028 from baude/removemanualinstall
remove manual install of libsystemd-dev
This commit is contained in:
@ -55,7 +55,6 @@ then
|
|||||||
# Some setup needs to vary between distros
|
# Some setup needs to vary between distros
|
||||||
case "${OS_RELEASE_ID}-${OS_RELEASE_VER}" in
|
case "${OS_RELEASE_ID}-${OS_RELEASE_VER}" in
|
||||||
ubuntu-18)
|
ubuntu-18)
|
||||||
sudo apt-get -qq -y install libsystemd-dev
|
|
||||||
# Always install runc on Ubuntu
|
# Always install runc on Ubuntu
|
||||||
install_runc_from_git
|
install_runc_from_git
|
||||||
;;
|
;;
|
||||||
|
Reference in New Issue
Block a user