Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bbbbbbbbbbbbba authored Sep 15, 2024
1 parent ea8d5b7 commit c9b7005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c9b7005

Please sign in to comment.