Skip to content

Commit dff28d7

Browse files
committed
update: php-fpm Dockfile
1 parent bad5f69 commit dff28d7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

php-fpm/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ ENV DEBIAN_FRONTEND noninteractive
2828
ARG CHANGE_SOURCE=false
2929
RUN if [ ${CHANGE_SOURCE} = true ]; then \
3030
# Change application source from deb.debian.org to aliyun source
31-
sed -i 's/deb.debian.org/mirrors.tuna.tsinghua.edu.cn/' /etc/apt/sources.list && \
32-
sed -i 's/security.debian.org/mirrors.tuna.tsinghua.edu.cn/' /etc/apt/sources.list && \
33-
sed -i 's/security-cdn.debian.org/mirrors.tuna.tsinghua.edu.cn/' /etc/apt/sources.list \
31+
sed -i 's/deb.debian.org/mirrors.aliyun.com/' /etc/apt/sources.list && \
32+
sed -i 's/security.debian.org/mirrors.aliyun.com/' /etc/apt/sources.list && \
33+
sed -i 's/security-cdn.debian.org/mirrors.aliyun.com/' /etc/apt/sources.list \
3434
;fi
3535

3636
# always run apt update when start and after add new source list, then clean up at end.

0 commit comments

Comments
 (0)