From 1886bf08379f4a812a7b5a76bae3ad8df40faefd Mon Sep 17 00:00:00 2001 From: xiao Date: Sat, 8 Mar 2025 15:30:49 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=9C=A8=20Dockerfile=20=E4=B8=AD?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20ca-certificates=20=E5=8C=85=E4=BB=A5?= =?UTF-8?q?=E5=A2=9E=E5=BC=BA=E5=AE=89=E5=85=A8=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b533ea8..48dd246 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ RUN sed -i 's/deb.debian.org/mirrors.tencent.com/g' /etc/apt/sources.list \ && apt update && apt upgrade -y \ && apt install -y \ locales \ - wget iproute2 openssh-server libgd-dev cmake make gcc g++ autoconf \ + wget iproute2 openssh-server libgd-dev cmake make gcc g++ autoconf ca-certificates \ libsodium-dev libonig-dev libssh2-1-dev libc-ares-dev libaio-dev sudo curl dos2unix \ build-essential re2c cron bzip2 libzip-dev libc6-dev bison file rcconf flex vim m4 gawk less cpp binutils \ diffutils unzip tar libbz2-dev libncurses5 libncurses5-dev libtool libevent-dev libssl-dev libsasl2-dev \