We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a2e7e18 + abb4177 commit 42f93a6Copy full SHA for 42f93a6
Dockerfile
@@ -16,7 +16,7 @@ WORKDIR /var/www/html
16
RUN mv /etc/apt/sources.list /etc/apt/sources.list.bak
17
RUN echo 'deb http://mirrors.aliyun.com/debian buster main' >> /etc/apt/sources.list
18
RUN echo 'deb http://mirrors.aliyun.com/debian buster-updates main' >> /etc/apt/sources.list
19
-RUN apt-get update && apt-get install -y zip cron vim zlib1g-dev libpng-dev
+RUN apt-get update && apt-get install -y --allow-downgrades zip cron vim zlib1g=1:1.2.11.dfsg-1 zlib1g-dev libpng-dev
20
RUN rm -rf /var/lib/apt/lists/* && apt-get clean
21
22
# 安装 PHP 扩展
version
@@ -1 +1 @@
1
-1.5.4
+1.5.5
0 commit comments