From f8cd066ef2a715e2430664840ce04717365282a9 Mon Sep 17 00:00:00 2001 From: tradewind Date: Thu, 24 Jun 2021 15:50:59 +0800 Subject: [PATCH] #tradewind:update php repo --- php7.4/dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php7.4/dockerfile b/php7.4/dockerfile index afad39c..3a94cc6 100644 --- a/php7.4/dockerfile +++ b/php7.4/dockerfile @@ -1,6 +1,6 @@ FROM php:7.4-fpm -RUN sed -i s@/archive.ubuntu.com/@/mirrors.aliyun.com/@g /etc/apt/sources.list +RUN sed -i "s@http://deb.debian.org@http://mirrors.aliyun.com@g" /etc/apt/sources.list RUN apt-get update && apt-get install -y \ zip \