This commit is contained in:
parent
ce256eb0b2
commit
7850dfedc8
14
Dockerfile
14
Dockerfile
@ -52,6 +52,20 @@ RUN apk --no-cache add pcre-dev ${PHPIZE_DEPS} \
|
||||
&& apk del pcre-dev ${PHPIZE_DEPS} \
|
||||
&& rm -rf /tmp/pear
|
||||
|
||||
RUN apk add --no-cache \
|
||||
python3 \
|
||||
py3-pip \
|
||||
build-base \
|
||||
libffi-dev \
|
||||
openssl-dev \
|
||||
python3-dev \
|
||||
rust \
|
||||
cargo \
|
||||
&& pip3 install --upgrade pip \
|
||||
&& pip3 install ansible \
|
||||
&& apk del build-base rust cargo
|
||||
|
||||
|
||||
# Install PHP extensions
|
||||
RUN docker-php-ext-configure gd --with-freetype --with-jpeg && \
|
||||
docker-php-ext-install pdo pdo_mysql mbstring gd xml
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user