|
@@ -7,11 +7,11 @@ sed -i '/mount -t proc /d; /mount -t sysfs /d' /debootstrap/functions
|
|
|
|
|
|
ls -ld "${XILINX_PKGDIR}"
|
|
|
|
|
|
-RAT_PACKAGES='libglib2.0-0 libxrandr2 python-xvfbwrapper ratpoison'
|
|
|
+RAT_PACKAGES='libglib2.0-0 libxrandr2 python-xvfbwrapper ratpoison sudo'
|
|
|
|
|
|
apt-get update
|
|
|
|
|
|
-apt-get install -y ${RAT_PACKAGES} sudo
|
|
|
+apt-get install -y ${RAT_PACKAGES}
|
|
|
|
|
|
adduser --disabled-password --gecos 'Cryptech Build Bot' --shell /bin/sh builder
|
|
|
|