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 7f71ee9 commit ea8d5b7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ ENV APP_HOME=/code/bbs-go/admin
WORKDIR "$APP_HOME"

# 安装 jpegtran 所需库
RUN apk add --no-cache libjpeg-turbo-utils
# RUN apk add --no-cache libjpeg-turbo-utils

# 安装autoconf依赖
RUN apt-get update && apt-get install -y autoconf automake libtool

COPY ./admin ./
# RUN npm install -g pnpm --registry=https://registry.npmmirror.com
Expand Down

0 comments on commit ea8d5b7

Please sign in to comment.