mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-25 14:08:09 +00:00
Add ajv as an explicit dependency
Thanks to @phenomax to pointing this out. Should probably be removed in the future once it's fixed upstream. See the following links for more info: - https://gitlab.com/gitlab-org/gitlab-ce/issues/38275 - https://gitlab.com/gitlab-org/gitlab-ce/issues/38050 - https://github.com/sameersbn/docker-gitlab/issues/1360
This commit is contained in:
parent
2d79ee6a5d
commit
985d57afb9
@ -163,6 +163,7 @@ exec_as_git cp ${GITLAB_INSTALL_DIR}/config/database.yml.mysql ${GITLAB_INSTALL_
|
||||
|
||||
# Installs nodejs packages required to compile webpack
|
||||
exec_as_git yarn install --production --pure-lockfile
|
||||
exec_as_git yarn add ajv@^4.0.0
|
||||
|
||||
echo "Compiling assets. Please be patient, this could take a while..."
|
||||
exec_as_git bundle exec rake gitlab:assets:compile USE_DB=false SKIP_STORAGE_VALIDATION=true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user