1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-25 23:21:29 +03:00

B #: Fix minor bug (#58)

This commit is contained in:
Christian González 2020-06-29 15:13:23 +02:00 committed by GitHub
parent b52766c423
commit 4572c53126
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -148,7 +148,6 @@ EOC
;;
centos)
commands=$(cat <<EOC
RUN [ ! -e /sbin/init ] && ln -s /lib/systemd/systemd /sbin/init
RUN yum update -y
RUN yum install -y epel-release
RUN yum install -y initscripts \