diff options
author | Rob Austein <sra@hactrn.net> | 2019-02-17 16:27:13 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2019-02-17 16:27:13 +0000 |
commit | 9eb4a87c93dc87d44fb4e1cb583f375845caf775 (patch) | |
tree | e69a4e1170c45f8c17642847ee9a4a9135a8e79e | |
parent | d3c3b4548fef78a19bc4b785b4f91b46f1169d34 (diff) |
sudo is sticky
-rwxr-xr-x | Builder | 4 | ||||
-rw-r--r-- | Dockerfile | 1 |
2 files changed, 2 insertions, 3 deletions
@@ -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 @@ -17,7 +17,6 @@ RUN apt-get update && \ python-serial \ python-yaml \ reprepro \ - sudo \ ubuntu-archive-keyring \ ubuntu-dev-tools \ pbuilder && \ |