fix rich text image not display

This commit is contained in:
WangCC
2022-08-01 18:09:07 +08:00
committed by Ryan Williams
parent 686a1b494b
commit be4ab442ee
+1
View File
@@ -7,6 +7,7 @@ RUN apt-get update -qq && apt-get install -yq --no-install-recommends \
git \
libpq-dev \
postgresql-client \
libvips42 \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
ENV LANG=C.UTF-8 \