Add docker deployment
This commit is contained in:
parent
25d043da6b
commit
c72e4db225
@ -34,22 +34,16 @@ RUN apk add --no-cache --virtual .build-deps \
|
||||
postgresql-dev \
|
||||
sqlite-dev \
|
||||
libzip \
|
||||
freetype \
|
||||
libpng \
|
||||
libjpeg-turbo \
|
||||
libwebp \
|
||||
bzip2 \
|
||||
libxslt \
|
||||
oniguruma \
|
||||
sqlite-libs \
|
||||
&& docker-php-ext-configure gd --with-freetype --with-jpeg --with-webp \
|
||||
&& docker-php-ext-install -j$(nproc) \
|
||||
mbstring \
|
||||
xml \
|
||||
dom \
|
||||
zip \
|
||||
intl \
|
||||
gd \
|
||||
curl \
|
||||
calendar \
|
||||
pdo_sqlite \
|
||||
|
Loading…
x
Reference in New Issue
Block a user