Disassembler
ce325cf3d0
- Bump basic OS to Alpine 3.9 - Restructure repo and add layer versioning - Use JSON for all metadata - Merge abuild branch (but without abuild)
8 lines
202 B
Plaintext
8 lines
202 B
Plaintext
IMAGE build
|
|
LAYER shared/alpine3.9
|
|
LAYER shared/alpine3.9-php7.2
|
|
|
|
RUN EOF
|
|
apk --no-cache add nginx php7 php7-ctype php7-fpm php7-gd php7-json php7-mbstring php7-mcrypt php7-opcache php7-session
|
|
EOF
|