|
@@ -7,13 +7,13 @@ 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 sudo'
|
|
|
+RAT_PACKAGES='libglib2.0-0 libxrandr2 python-xvfbwrapper ratpoison'
|
|
|
|
|
|
BUILDER_LICENSE="/home/builder/${XILINX_LICENSE}"
|
|
|
|
|
|
apt-get update
|
|
|
|
|
|
-apt-get install -y ${RAT_PACKAGES}
|
|
|
+apt-get install -y ${RAT_PACKAGES} sudo
|
|
|
|
|
|
adduser --disabled-password --gecos 'Cryptech Build Bot' --shell /bin/sh builder
|
|
|
|