mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 21:49:25 +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 \
|
libfreetype6 \
|
||||||
fontconfig \
|
fontconfig \
|
||||||
libgssapi-krb5-2 \
|
libgssapi-krb5-2 \
|
||||||
ttf-mscorefonts-installer \
|
fonts-liberation \
|
||||||
fonts-wqy-zenhei && \
|
fonts-noto-cjk \
|
||||||
rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
RUN rm -rf /etc/nginx/sites-enabled/default
|
RUN rm -rf /etc/nginx/sites-enabled/default
|
||||||
COPY ./docker/nocobase/nocobase.conf /etc/nginx/sites-enabled/nocobase.conf
|
COPY ./docker/nocobase/nocobase.conf /etc/nginx/sites-enabled/nocobase.conf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user