Browse Source

Full cleanup

Rob Austein 6 years ago
parent
commit
add3cb0dde
2 changed files with 3 additions and 2 deletions
  1. 2 2
      Builder
  2. 1 0
      Dockerfile

+ 2 - 2
Builder

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

+ 1 - 0
Dockerfile

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