feat(): add extension php-intl
parent
d5093aef8a
commit
92e6c67944
|
@ -38,6 +38,7 @@ RUN echo "@community http://dl-cdn.alpinelinux.org/alpine/v3.10/community" >> /e
|
||||||
php7-xmlwriter@community \
|
php7-xmlwriter@community \
|
||||||
php7-tokenizer@community \
|
php7-tokenizer@community \
|
||||||
php7-zip@community \
|
php7-zip@community \
|
||||||
|
php7-intl@community \
|
||||||
&& cd /tmp \
|
&& cd /tmp \
|
||||||
&& curl -s http://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \
|
&& curl -s http://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \
|
||||||
&& chmod +x /usr/local/bin/composer \
|
&& chmod +x /usr/local/bin/composer \
|
||||||
|
|
12
README.md
12
README.md
|
@ -4,19 +4,19 @@
|
||||||
|
|
||||||
### What is this ?
|
### What is this ?
|
||||||
|
|
||||||
Simple forum software for building great communities. http://flarum.org/
|
Simple forum software for building great communities. https://flarum.org/
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
||||||
- Lightweight & secure image
|
- Lightweight & secure image
|
||||||
- Based on Alpine Linux with **nginx** and **PHP 7.3**
|
- Based on Alpine Linux with **nginx** and **PHP 7.3**
|
||||||
- Latest [Flarum Core](https://github.com/flarum/core) (v0.1.0-beta.9)
|
- Latest [Flarum Core](https://github.com/flarum/core) (v0.1.0-beta.10)
|
||||||
- MySQL/Mariadb driver
|
- MySQL/Mariadb driver
|
||||||
- OPCache extension configured
|
- OPCache extension configured
|
||||||
|
|
||||||
### Build-time variables
|
### Build-time variables
|
||||||
|
|
||||||
- **VERSION** = Version of [flarum/flarum](https://github.com/flarum/flarum) skeleton (default: *v0.1.0-beta.9*)
|
- **VERSION** = Version of [flarum/flarum](https://github.com/flarum/flarum) skeleton (default: *v0.1.0-beta.10*)
|
||||||
|
|
||||||
### Ports
|
### Ports
|
||||||
|
|
||||||
|
@ -63,7 +63,7 @@ Simple forum software for building great communities. http://flarum.org/
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Pull from hub.docker.com :
|
# Pull from hub.docker.com :
|
||||||
docker pull mondedie/docker-flarum:0.1.0-beta.9-stable
|
docker pull mondedie/docker-flarum:0.1.0-beta.10-stable
|
||||||
|
|
||||||
# or build it manually :
|
# or build it manually :
|
||||||
docker build -t mondedie/docker-flarum https://github.com/mondediefr/flarum.git#master
|
docker build -t mondedie/docker-flarum https://github.com/mondediefr/flarum.git#master
|
||||||
|
@ -76,7 +76,7 @@ version: "3"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
flarum:
|
flarum:
|
||||||
image: mondedie/docker-flarum:0.1.0-beta.9-stable
|
image: mondedie/docker-flarum:0.1.0-beta.10-stable
|
||||||
container_name: flarum
|
container_name: flarum
|
||||||
env_file:
|
env_file:
|
||||||
- /mnt/docker/flarum/flarum.env
|
- /mnt/docker/flarum/flarum.env
|
||||||
|
@ -212,7 +212,7 @@ rm /mnt/docker/flarum/assets/installed.txt
|
||||||
3 - Pull the last docker images
|
3 - Pull the last docker images
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
docker pull mondedie/docker-flarum:0.1.0-beta.8.1-stable
|
docker pull mondedie/docker-flarum:0.1.0-beta.10-stable
|
||||||
docker-compose stop flarum
|
docker-compose stop flarum
|
||||||
docker-compose rm flarum
|
docker-compose rm flarum
|
||||||
docker-compose up -d
|
docker-compose up -d
|
||||||
|
|
Loading…
Reference in New Issue