Skip to content

Commit

Permalink
fix php5.6 buster source
Browse files Browse the repository at this point in the history
  • Loading branch information
telanflow committed Jun 6, 2023
1 parent 9fc0dfd commit 8548388
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build/php56/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN \
fi; \
\
# ⬇ 更新、安装基础组件
apt-get update && apt-get install -y --no-install-recommends \
apt-get update && apt-get install -y --no-install-recommends --allow-unauthenticated \
# tools
wget \
zip \
Expand Down
8 changes: 4 additions & 4 deletions build/php56/resource/sources.list
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
deb http://mirrors.aliyun.com/debian/ stretch main non-free contrib
deb http://mirrors.aliyun.com/debian-security stretch/updates main
deb http://mirrors.aliyun.com/debian/ stretch-updates main non-free contrib
deb http://mirrors.aliyun.com/debian/ stretch-backports main non-free contrib
deb http://mirrors.aliyun.com/debian/ buster main non-free contrib
deb http://mirrors.aliyun.com/debian-security buster/updates main
deb http://mirrors.aliyun.com/debian/ buster-updates main non-free contrib
deb http://mirrors.aliyun.com/debian/ buster-backports main non-free contrib

0 comments on commit 8548388

Please sign in to comment.