Commit Graph

58 Commits

Author SHA1 Message Date
John Mica 9bd822221f added a few extenstions for PHP (#7)
considering that Grav can be used internationally, i've added the `intl` extension and it's auto configuration. 
also i've enabled the `intl` extenstion

- at least that is what i believe i did considering https://github.com/docker-library/php/issues/57#issuecomment-238077158

Co-authored-by: Andy Miller <1084697+rhukster@users.noreply.github.com>
2020-01-22 12:45:07 -07:00
__cyp c8c88ac820 Update Dockerfile (#15)
Co-authored-by: Andy Miller <1084697+rhukster@users.noreply.github.com>
2020-01-22 12:39:11 -07:00
Joda Stößer fb824bc18b Update Grav to current version (incrementally) (#16)
* Updated Grav version to 1.5.6

* Updated Grav version to 1.5.7

* Updated Grav version to 1.5.8

* Updated Grav version to 1.5.9

* Updated Grav version to 1.5.10

* Updated Grav version to 1.6.0

* Updated Grav version to 1.6.1

* Updated Grav version to 1.6.2

* Updated Grav version to 1.6.3

* Updated Grav version to 1.6.4

* Updated Grav version to 1.6.5

* Updated Grav version to 1.6.6

* Updated Grav version to 1.6.7

* Updated Grav version to 1.6.8

* Updated Grav version to 1.6.9

* Updated Grav version to 1.6.10

* Updated Grav version to 1.6.11

* Updated Grav version to 1.6.12

* Updated Grav version to 1.6.13

* Updated Grav version to 1.6.14

* Updated Grav version to 1.6.15

* Updated Grav version to 1.6.16

* Updated Grav version to 1.6.17

* Updated Grav version to 1.6.18

* Updated Grav version to 1.6.19

Co-authored-by: Andy Miller <1084697+rhukster@users.noreply.github.com>
2020-01-22 12:33:17 -07:00
Rotzbua d94c4836e7 optimize apt-get step (#18)
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.
2020-01-22 12:32:19 -07:00
eloquentcarbon 02c559e868 Update to version 1.6.16 and make production use ready (#17)
* Update to php:7.3-apache base docker image

* Update Grav version to 1.6.16

Add missing libzip-dev dependency.

* Add persistent volume

* Add cron support

* Add vi editor

Allows editing files when using `docker exec -it <container> /bin/bash`

* Correct vi editor install

* Updated README.md for version 1.6.16

Since the data volume is automatically persisted removed the extra information regarding volume mapping.
2020-01-22 12:31:37 -07: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 7eee9d5e35
Initial commit 2018-09-13 17:17:18 -06:00