Skip to content

Commit 442069c

Browse files
committed
update 优化 删除无用语句
1 parent 1b14f7a commit 442069c

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

ruoyi-auth/Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ RUN mkdir -p /ruoyi/auth/logs \
1111

1212
WORKDIR /ruoyi/auth
1313

14-
# 补全alpine镜像缺失字体问题
15-
RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
16-
RUN apk add fontconfig && apk add --update ttf-dejavu && fc-cache --force
17-
1814
ENV SERVER_PORT=9210 LANG=C.UTF-8 LC_ALL=C.UTF-8 JAVA_OPTS=""
1915

2016
EXPOSE ${SERVER_PORT}

ruoyi-modules/ruoyi-workflow/Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ RUN mkdir -p /ruoyi/workflow/logs \
1111

1212
WORKDIR /ruoyi/workflow
1313

14-
# 补全alpine镜像缺失字体问题
15-
RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
16-
RUN apk add fontconfig && apk add --update ttf-dejavu && fc-cache --force
17-
1814
ENV SERVER_PORT=9205 LANG=C.UTF-8 LC_ALL=C.UTF-8 JAVA_OPTS=""
1915

2016
EXPOSE ${SERVER_PORT}

0 commit comments

Comments
 (0)