mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-25 14:08:09 +00:00
define DEBIAN_FRONTEND=noninteractive while purging packages
This commit is contained in:
parent
6c607a4310
commit
6c000f9e01
@ -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/*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user