Skip to content

Commit

Permalink
Merge pull request #155 from 4x99/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
yoonper authored Aug 23, 2021
2 parents a2e7e18 + abb4177 commit 42f93a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ WORKDIR /var/www/html
RUN mv /etc/apt/sources.list /etc/apt/sources.list.bak
RUN echo 'deb http://mirrors.aliyun.com/debian buster main' >> /etc/apt/sources.list
RUN echo 'deb http://mirrors.aliyun.com/debian buster-updates main' >> /etc/apt/sources.list
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
RUN rm -rf /var/lib/apt/lists/* && apt-get clean

# 安装 PHP 扩展
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.4
1.5.5

0 comments on commit 42f93a6

Please sign in to comment.