Skip to content

Commit 42f93a6

Browse files
authored
Merge pull request #155 from 4x99/develop
Develop
2 parents a2e7e18 + abb4177 commit 42f93a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ WORKDIR /var/www/html
1616
RUN mv /etc/apt/sources.list /etc/apt/sources.list.bak
1717
RUN echo 'deb http://mirrors.aliyun.com/debian buster main' >> /etc/apt/sources.list
1818
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
19+
RUN apt-get update && apt-get install -y --allow-downgrades zip cron vim zlib1g=1:1.2.11.dfsg-1 zlib1g-dev libpng-dev
2020
RUN rm -rf /var/lib/apt/lists/* && apt-get clean
2121

2222
# 安装 PHP 扩展

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.4
1+
1.5.5

0 commit comments

Comments
 (0)