fix: wrong mime type by adding mime-support
The admin's stylesheets e.g.https://{{DISCOVERY_HOST}}/static/admin/css/base.css, were not loaded because its MIME type appears to be "text/plain", It should be "text/css".
This commit is contained in:
parent
f4ccdf0f95
commit
e63be4fcc3
1
changelog.d/20240514_140102_faraz.maqsood_redwood.md
Normal file
1
changelog.d/20240514_140102_faraz.maqsood_redwood.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
- [BugFix] wrong mime type by adding mime-support dependency. (by @Faraz32123)
|
||||||
@ -8,7 +8,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
|
|||||||
apt update && \
|
apt update && \
|
||||||
apt install -y curl git-core gettext language-pack-en \
|
apt install -y curl git-core gettext language-pack-en \
|
||||||
build-essential libcairo2 libffi-dev libmysqlclient-dev libxml2-dev libxslt-dev libjpeg-dev libssl-dev \
|
build-essential libcairo2 libffi-dev libmysqlclient-dev libxml2-dev libxslt-dev libjpeg-dev libssl-dev \
|
||||||
pkg-config libsqlite3-dev
|
pkg-config libsqlite3-dev mime-support
|
||||||
ENV LC_ALL en_US.UTF-8
|
ENV LC_ALL en_US.UTF-8
|
||||||
|
|
||||||
ARG APP_USER_ID=1000
|
ARG APP_USER_ID=1000
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user