You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Made a number of modifications to the Dockerfile in the repo:
* Minimized the number of cache layers in final image (by reducing the
number of Run commands)
* This way Docker will not reuse cache layers containing outdated
package versions.
* Purge build dependencies and apt cache data.
* These files do not appear in final image due to minimal intermediate
cache layers.
* The resulting image is over 100 MB smaller as a result.
* Update NodeJS to the latest stable release via the
[n](https://github.com/tj/n) script.
* Added Test::META module and GNU aspell (used in tests).
Also added a .dockerignore file, so that files within the repo do not
get used in the build context.
0 commit comments