From 2dd9d1db91c36cc2b7cacd408089ebe8525860c3 Mon Sep 17 00:00:00 2001 From: bbbbbbbbbbbbba <49944221+bbbbbbbbbbbbba@users.noreply.github.com> Date: Mon, 16 Sep 2024 02:21:41 +0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b12ce3b5..4566cfae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,7 +36,7 @@ WORKDIR "$APP_HOME" # RUN apk add --no-cache libjpeg-turbo-utils # 安装autoconf依赖 -RUN apt-get update && apt-get install -y autoconf automake libtool +RUN apt update && apt add -y autoconf automake libtool COPY ./admin ./ # RUN npm install -g pnpm --registry=https://registry.npmmirror.com