Commit 5e00ff01 by Dwight Engen Committed by Serge Hallyn

oracle template: add openssh-clients to enable scp in/out of container

parent 67660331
...@@ -516,7 +516,7 @@ container_rootfs_create() ...@@ -516,7 +516,7 @@ container_rootfs_create()
mkdir -p $container_rootfs/var/lib/rpm mkdir -p $container_rootfs/var/lib/rpm
rpm --root $container_rootfs --initdb rpm --root $container_rootfs --initdb
yum_args="--installroot $container_rootfs --disablerepo=* --enablerepo=$repo -y --nogpgcheck" yum_args="--installroot $container_rootfs --disablerepo=* --enablerepo=$repo -y --nogpgcheck"
min_pkgs="yum initscripts passwd rsyslog vim-minimal openssh-server dhclient chkconfig rootfiles policycoreutils oraclelinux-release" min_pkgs="yum initscripts passwd rsyslog vim-minimal openssh-server openssh-clients dhclient chkconfig rootfiles policycoreutils oraclelinux-release"
# we unshare the mount namespace because yum installing the ol4 # we unshare the mount namespace because yum installing the ol4
# packages causes $rootfs/proc to be mounted on # packages causes $rootfs/proc to be mounted on
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment