-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDockerfile
36 lines (35 loc) · 969 Bytes
/
Dockerfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
FROM alpine:3.17.3
RUN apk add --no-cache --update \
git \
patch \
curl \
less \
php81 \
php81-bcmath \
php81-ctype \
php81-curl \
php81-dom \
php81-fileinfo \
php81-iconv \
php81-intl \
php81-json \
php81-mbstring \
php81-mysqli \
php81-sqlite3 \
php81-opcache \
php81-openssl \
php81-pdo \
php81-pdo_mysql \
php81-pdo_sqlite \
php81-phar \
php81-session \
php81-simplexml \
php81-sodium \
php81-tokenizer \
php81-xml \
php81-xmlwriter \
php81-xmlreader \
php81-xsl \
php81-zip \
php81-pecl-xdebug && \
sed -i 's/;zend_extension/zend_extension/g' /etc/php81/conf.d/50_xdebug.ini