diff --git a/assets/build/install.sh b/assets/build/install.sh index 1dbc39b0e..cf94238c3 100755 --- a/assets/build/install.sh +++ b/assets/build/install.sh @@ -118,6 +118,7 @@ if [[ -d ${GEM_CACHE_DIR} ]]; then chown -R ${GITLAB_USER}: ${GITLAB_INSTALL_DIR}/vendor/cache fi +exec_as_git bundle lock --update=omniauth-google-oauth2 exec_as_git bundle install -j$(nproc) --deployment --without development test aws # make sure everything in ${GITLAB_HOME} is owned by ${GITLAB_USER} user