fix: docker build error (#6043)

* fix: docker build error

* fix: msttcorefonts

* fix: fonts-noto-cjk
This commit is contained in:
chenos 2025-01-12 00:44:14 +08:00 committed by GitHub
parent 02b878335c
commit ab04e65e74
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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