summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorbaude <bbaude@redhat.com>2019-04-26 13:05:40 -0500
committerbaude <bbaude@redhat.com>2019-04-26 13:05:40 -0500
commit499767eefd80f421b57fc3c42a32d37678912e6f (patch)
tree3a27bf46771382d1bed8470b9259ab1fa8941e8f /contrib
parenta85155617fb1ed4248adb2169845f4a08ab88789 (diff)
downloadpodman-499767eefd80f421b57fc3c42a32d37678912e6f.tar.gz
podman-499767eefd80f421b57fc3c42a32d37678912e6f.tar.bz2
podman-499767eefd80f421b57fc3c42a32d37678912e6f.zip
remove manual install of libsystemd-dev
Signed-off-by: baude <bbaude@redhat.com>
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/cirrus/setup_environment.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/cirrus/setup_environment.sh b/contrib/cirrus/setup_environment.sh
index 0d26f6c9a..3818abbc7 100755
--- a/contrib/cirrus/setup_environment.sh
+++ b/contrib/cirrus/setup_environment.sh
@@ -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
;;