From 9eb4a87c93dc87d44fb4e1cb583f375845caf775 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Sun, 17 Feb 2019 16:27:13 +0000 Subject: sudo is sticky --- Builder | 4 ++-- Dockerfile | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Builder b/Builder index 2523009..c8691bc 100755 --- a/Builder +++ b/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 diff --git a/Dockerfile b/Dockerfile index 0cca190..75769cf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,6 @@ RUN apt-get update && \ python-serial \ python-yaml \ reprepro \ - sudo \ ubuntu-archive-keyring \ ubuntu-dev-tools \ pbuilder && \ -- cgit v1.2.3