mirror of
https://github.com/zulip/docker-zulip.git
synced 2025-10-23 16:13:45 +00:00
Added missing dependency "closure-compiler"
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ "$DEBUG" == "true"]; then
|
||||
if [ "$DEBUG" == "true" ]; then
|
||||
set -x
|
||||
fi
|
||||
set -e
|
||||
|
@@ -61,6 +61,8 @@ class zulip::app_frontend {
|
||||
"python-googleapi",
|
||||
# Needed for JWT-based auth
|
||||
"python-pyjwt",
|
||||
# Needed for update prod-static
|
||||
"closure-compiler",
|
||||
]
|
||||
define safepackage ( $ensure = present ) {
|
||||
if !defined(Package[$title]) {
|
||||
|
Reference in New Issue
Block a user