This is an automated email from the ASF dual-hosted git repository.

smgoller pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new d7c11d3  Remove unattended-upgrades and autoremove unnecessary stuff. 
(#3881)
d7c11d3 is described below

commit d7c11d3943b8ebe2560792b63973d8f99a18a420
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/*

Reply via email to