From a7354d949de458309bbc233d3c3f92d73c84be0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E5=B0=8F=E7=99=BD?= <296015668@qq.com> Date: Fri, 9 Dec 2022 11:06:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=E5=81=A5=E5=BA=B7?= =?UTF-8?q?=E6=A3=80=E6=9F=A5=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 1 + Dockerfile.loong64 | 1 + 2 files changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 75e5e5c78..6898a63c3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,6 +31,7 @@ ARG DEPENDENCIES=" \ ARG TOOLS=" \ ca-certificates \ + curl \ default-libmysqlclient-dev \ locales \ openssh-client \ diff --git a/Dockerfile.loong64 b/Dockerfile.loong64 index 86e9cd7f7..27002794f 100644 --- a/Dockerfile.loong64 +++ b/Dockerfile.loong64 @@ -31,6 +31,7 @@ ARG DEPENDENCIES=" \ ARG TOOLS=" \ ca-certificates \ + curl \ default-libmysqlclient-dev \ locales \ openssh-client \