define DEBIAN_FRONTEND=noninteractive while purging packages

This commit is contained in:
Sameer Naik 2016-01-23 20:16:39 +05:30
parent 6c607a4310
commit 6c000f9e01

View File

@ -311,5 +311,5 @@ stderr_logfile=${GITLAB_LOG_DIR}/supervisor/%(program_name)s.log
EOF
# purge build dependencies and cleanup apt
apt-get purge -y --auto-remove ${BUILD_DEPENDENCIES}
DEBIAN_FRONTEND=noninteractive apt-get purge -y --auto-remove ${BUILD_DEPENDENCIES}
rm -rf /var/lib/apt/lists/*