浏览代码

sudo is sticky

Rob Austein 6 年之前
父节点
当前提交
9eb4a87c93
共有 2 个文件被更改,包括 2 次插入3 次删除
  1. 2 2
      Builder
  2. 0 1
      Dockerfile

+ 2 - 2
Builder

@@ -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
 

+ 0 - 1
Dockerfile

@@ -17,7 +17,6 @@ RUN apt-get update && \
 	    python-serial \
 	    python-yaml \
 	    reprepro \
-	    sudo \
 	    ubuntu-archive-keyring \
 	    ubuntu-dev-tools \
 	    pbuilder && \