aboutsummaryrefslogtreecommitdiffhomepage
path: root/Dockerfile.armhf
Commit message (Collapse)AuthorAgeFilesLines
* Fix missing php7-simplexml pluginDavid Foucher2020-05-231-1/+1
| | | | | | | | | | | | | | | | | | | | This is to fix this error I got: Your requirements could not be resolved to an installable set of packages. Problem 1 - Installation request for slim/slim 3.12.3 -> satisfiable by slim/slim[3.12.3]. - slim/slim 3.12.3 requires ext-simplexml * -> the requested PHP extension simplexml is missing from your system. To enable extensions, verify that they are enabled in your .ini files: - /etc/php7/php.ini - /etc/php7/conf.d/00_curl.ini - /etc/php7/conf.d/00_iconv.ini - /etc/php7/conf.d/00_json.ini - /etc/php7/conf.d/00_mbstring.ini - /etc/php7/conf.d/00_openssl.ini - /etc/php7/conf.d/01_phar.ini You can also run `php --ini` inside terminal to see which files are used by PHP in CLI mode.
* Rollback on removing php7-curl from step 4Agurato2019-06-041-0/+1
|
* Fix armhf DockerfileAgurato2019-06-021-1/+1
|
* Fix armhf DockerfileAgurato2019-06-021-3/+2
|
* fix and simplify Dockerfile for armhfAdrien le Maire2018-07-251-11/+36
|
* docker: build the images from the local sourcesVirtualTam2018-06-171-0/+49
Relates to https://github.com/shaarli/Shaarli/issues/1153 Signed-off-by: VirtualTam <virtualtam@flibidi.net>