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