diff --git a/Dockerfile b/Dockerfile index b12ce3b52..4566cfae4 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