aboutsummaryrefslogtreecommitdiffhomepage
path: root/Dockerfile
Commit message (Collapse)AuthorAgeFilesLines
* remove apk upgrade #1655Doug Breaux2020-12-061-2/+1
|
* newer alpine (for newer PHP) and apk upgrade #1655Doug Breaux2020-12-041-2/+3
|
* Include php-simplexml in Docker imageArthurHoaro2020-10-281-0/+1
| | | | Composer 2.0 is now blocking everything if requirements are not met
* Fix Docker build: gcc is no longer included in python alpine imageArthurHoaro2020-07-231-0/+1
|
* Docker: Bump NodeJS version to prevent an issue with node-sassArthurHoaro2019-07-291-1/+1
|
* Bump the base Docker image to alpine:3.8VirtualTam2018-07-151-1/+1
| | | | | | | | | | Major change: - PHP 7.2 Changelog: - https://www.alpinelinux.org/posts/Alpine-3.8.0-released.html Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Docker: expose a volume for the thumbnail cacheVirtualTam2018-07-051-0/+1
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Bump the base Docker image to alpine:3.7VirtualTam2018-07-011-1/+1
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Let MkDocs clean previously generated HTML pagesVirtualTam2018-06-261-1/+1
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* docker: build the images from the local sourcesVirtualTam2018-06-171-0/+70
Relates to https://github.com/shaarli/Shaarli/issues/1153 Signed-off-by: VirtualTam <virtualtam@flibidi.net>