This is an automated email from the ASF dual-hosted git repository. onichols pushed a commit to branch release/1.9.1 in repository https://gitbox.apache.org/repos/asf/geode.git
commit 8e541c517948f17053d6d9dfebed06c25d4546fa Author: Sean Goller <[email protected]> AuthorDate: Fri Aug 2 12:33:30 2019 -0700 Remove unattended-upgrades and autoremove unnecessary stuff. (#3881) --- ci/images/google-geode-builder/scripts/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/images/google-geode-builder/scripts/setup.sh b/ci/images/google-geode-builder/scripts/setup.sh index 11fbf4a..16a38f4 100755 --- a/ci/images/google-geode-builder/scripts/setup.sh +++ b/ci/images/google-geode-builder/scripts/setup.sh @@ -87,6 +87,6 @@ ln -fs /opt/selenium/chromedriver-${CHROME_DRIVER_VERSION} /usr/bin/chromedriver adduser --disabled-password --gecos "" --uid ${LOCAL_UID} ${LOCAL_USER} usermod -G docker,google-sudoers -a ${LOCAL_USER} echo "export PATH=/google-cloud-sdk/bin:${PATH}" > /etc/profile.d/google_sdk_path.sh - +apt-get remove -y unattended-upgrades && apt-get -y autoremove apt-get clean rm -rf /var/lib/apt/lists/*
