Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

php-fpm: Install Micro for convenience #870

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions dockers/php-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ RUN apt-get update && apt-get install -y \
unzip \
;

RUN sh -c 'curl https://getmic.ro | bash'

# See https://caddyserver.com/docs/conventions#file-locations for details
ENV XDG_CONFIG_HOME /config
ENV XDG_DATA_HOME /data
Expand Down
4 changes: 4 additions & 0 deletions dockers/php-fpm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

미디어위키 실행에 필요한 각종 PHP 디펜던시들을 설치한다.

## v1.3.0

- Install Micro for convenience

## v1.2.0

- Add more php extensions: wikidiff2 and luasandbox
Expand Down
Loading