提交 3e8e0b24 authored 作者: testing's avatar testing

fix

上级 c4d43c28
FROM phpswoole/swoole:4.8-php7.4-alpine
RUN set -ex \ &&
apk add --no-cache --virtual .build-deps \
RUN echo @testing http://nl.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositories && \
echo /etc/apk/respositories && \
apk update && apk upgrade &&\
apk add --no-cache \
bash \
openssh-client \
wget \
supervisor \
curl \
libcurl \
libpq \
git \
python3 \
py3-pip \
ca-certificates \
dialog \
autoconf \
gcc \
g++ \
libc-dev \
make dpkg-dev automake \
make \
openssl-dev \
libressl-dev \
pcre-dev \
zlib-dev \
linux-headers \
curl \
gnupg \
libxslt-dev \
gd-dev \
# geoip-dev \
libmaxminddb-dev \
perl-dev \
luajit-dev \ &&
pecl update-channels \
&& pecl install redis-stable \
libzip-dev \
bzip2-dev \
icu-dev \
gcc
RUN pecl install redis-stable \
&& docker-php-ext-enable redis
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论