29.0.3
This commit is contained in:
parent
7b0b61bf2d
commit
8801475079
@ -4,9 +4,9 @@ services:
|
||||
context: .
|
||||
dockerfile: fpm.Dockerfile
|
||||
args:
|
||||
- VERSION=25.0.13
|
||||
- VERSION=29.0.3
|
||||
hostname: fpm
|
||||
image: git.shihaam.dev/dockerfiles/nextcloud/fpm:25.0.13
|
||||
image: git.shihaam.dev/dockerfiles/nextcloud/fpm:29.0.3
|
||||
nginx:
|
||||
build:
|
||||
context: .
|
||||
|
@ -17,10 +17,13 @@ RUN curl ${URL}nextcloud-${VERSION}.tar.bz2 -o nextcloud-${VERSION}.tar.bz2 \
|
||||
&& rm -rv nextcloud nextcloud-${VERSION}.tar.bz2
|
||||
|
||||
# Installing basic tools
|
||||
RUN apt-get install bzip2 zip unzip git gnupg2 ca-certificates lsb-release apt-transport-https wget curl nano vim -y --no-install-recommends \
|
||||
RUN apt-get update && apt-get install bzip2 zip unzip git gnupg2 ca-certificates lsb-release apt-transport-https wget curl nano vim -y --no-install-recommends \
|
||||
&& apt-get auto-remove -y \
|
||||
&& apt-get clean -y
|
||||
|
||||
# Copy php.ini config
|
||||
COPY php.ini /usr/local/etc/php/php.ini
|
||||
|
||||
# Install Php stuff
|
||||
RUN docker-php-ext-install {gd,mysqli,pdo,pdo_mysql,bcmath,calendar,zip,gettext,exif,pcntl,shmop,-j$(nproc),gd,sysvmsg,sysvsem,sysvshm}
|
||||
|
||||
|
1947
.build/php.ini
Normal file
1947
.build/php.ini
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user