зеркало из https://github.com/microsoft/statsd.git
Fix: only install production dependencies
This commit is contained in:
Родитель
7dd2d5e663
Коммит
ef92150159
|
@ -4,7 +4,7 @@ set -e
|
|||
|
||||
if [ "$1" = configure ]; then
|
||||
# Automatically added by dh_installinit
|
||||
(cd /usr/share/statsd && /usr/bin/npm install)
|
||||
(cd /usr/share/statsd && /usr/bin/npm install --production)
|
||||
|
||||
if ! getent passwd _statsd > /dev/null; then
|
||||
adduser --system --quiet --home /nonexistent --no-create-home \
|
||||
|
|
Загрузка…
Ссылка в новой задаче