mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 05:29:26 +08:00
fix: docker build error (#6043)
* fix: docker build error * fix: msttcorefonts * fix: fonts-noto-cjk
This commit is contained in:
parent
02b878335c
commit
ab04e65e74
@ -70,9 +70,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
libfreetype6 \
|
||||
fontconfig \
|
||||
libgssapi-krb5-2 \
|
||||
ttf-mscorefonts-installer \
|
||||
fonts-wqy-zenhei && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
fonts-liberation \
|
||||
fonts-noto-cjk \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN rm -rf /etc/nginx/sites-enabled/default
|
||||
COPY ./docker/nocobase/nocobase.conf /etc/nginx/sites-enabled/nocobase.conf
|
||||
|
Loading…
x
Reference in New Issue
Block a user