Add docker deployment
All checks were successful
build docker image / docker-build (push) Successful in 4m31s
All checks were successful
build docker image / docker-build (push) Successful in 4m31s
This commit is contained in:
parent
d535684aef
commit
4e00124092
12
Dockerfile
12
Dockerfile
@ -19,7 +19,12 @@ RUN apk add --no-cache \
|
|||||||
nano \
|
nano \
|
||||||
gettext \
|
gettext \
|
||||||
icu-libs \
|
icu-libs \
|
||||||
libzip
|
libzip \
|
||||||
|
libzip \
|
||||||
|
bzip2 \
|
||||||
|
libxslt \
|
||||||
|
oniguruma \
|
||||||
|
sqlite-libs
|
||||||
|
|
||||||
# Install PHP modules
|
# Install PHP modules
|
||||||
RUN apk add --no-cache --virtual .build-deps \
|
RUN apk add --no-cache --virtual .build-deps \
|
||||||
@ -35,11 +40,6 @@ RUN apk add --no-cache --virtual .build-deps \
|
|||||||
libxslt-dev \
|
libxslt-dev \
|
||||||
oniguruma-dev \
|
oniguruma-dev \
|
||||||
sqlite-dev \
|
sqlite-dev \
|
||||||
libzip \
|
|
||||||
bzip2 \
|
|
||||||
libxslt \
|
|
||||||
oniguruma \
|
|
||||||
sqlite-libs \
|
|
||||||
&& docker-php-ext-install -j$(nproc) \
|
&& docker-php-ext-install -j$(nproc) \
|
||||||
mbstring \
|
mbstring \
|
||||||
xml \
|
xml \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user