Commit Graph

8 Commits

Author SHA1 Message Date
Rotzbua d0411e94bb
optimize apt-get step
source: https://www.fromlatest.io/#/

Line 8: Consider `--no-install-recommends` (Optimization)
Consider using a --no-install-recommends when apt-get installing packages. This will result in a smaller image size.

Line 8: apt-get update with matching cache rm (Optimization)
Use of apt-get update should be paired with rm -rf /var/lib/apt/lists/* in the same layer.
2019-11-03 20:42:15 +01:00
Philipp Wallrich c5ee3da9aa updated Readme (#6)
http://localhost/8000 should be http://localhost:8000, at least on my machine
2019-10-01 12:19:27 -06:00
Andy Miller c8b5d72dad Updated Grav version 2018-12-02 10:28:14 -07:00
Andy Miller a75614edd7
Added expires apache mod + php settings 2018-09-20 21:24:38 -06:00
Andy Miller bddde74c50
Update README.md 2018-09-13 21:58:04 -06:00
Andy Miller 9efd92ce51
Updated README 2018-09-13 17:31:34 -06:00
Andy Miller 7eee9d5e35
Initial commit 2018-09-13 17:17:18 -06:00
Djamil Legato 3281e9388d
Initial commit 2018-09-12 16:18:01 -07:00