I add sudo and tried.
# Provision the container filesystem
cmds = [
'dpkg-reconfigure locales',
'sudo export https_proxy=
http://proxy~',
'sudo export http_proxy=
http://proxy~',
'sudo export ftp_proxy=
http://proxy~',
'adduser --disabled-password --disabled-login ros',
'adduser --disabled-password --disabled-login '
'--home /opt/rce/data rce',
_ROS_SRC.format(base=config.container_ubuntu_release),
but i can not install.
2014年6月19日木曜日 0時48分06秒 UTC+9 Dhananjay Sathe: