discourse_test: re-use bundled gems from the base file (#587)
authorDavid Taylor <david@taylorhq.com>
Mon, 13 Dec 2021 11:56:57 +0000 (11:56 +0000)
committerGitHub <noreply@github.com>
Mon, 13 Dec 2021 11:56:57 +0000 (11:56 +0000)
commitab881fd3169ef7026bf3772a3a3671d95dc7c80b
tree2c7cd6b6796edef72c2220cbbd4953f5e5338d37
parent02cd746c6a9a655ea122fdf6b242a4c31e214f33
discourse_test: re-use bundled gems from the base file (#587)

By doing `rm -rf .bundle` and `bundle install --standalone`, we were setting up bundle to install gems in `./bundle`. The base file installs gems in `./vendor/bundle`. That means that the test image was ending up with two complete copies of our dependencies.

This commit removes the `--standalone` command, and allows the `./vendor/bundle` artifacts to be re-used in the test image.
image/discourse_test/Dockerfile