diff --git a/src/compile-4.0.env b/src/compile-4.0.env index 962a5bf..23516a8 100644 --- a/src/compile-4.0.env +++ b/src/compile-4.0.env @@ -19,6 +19,7 @@ bosh_bundle() { bundle config set --local without 'development test' bundle config set --local path "${BOSH_INSTALL_TARGET}/gem_home" bundle config set --local bin "${BOSH_INSTALL_TARGET}/bin" + bundle config set --local lockfile_checksums false bundle install "$@"