قرینه از
https://github.com/matomo-org/matomo.git
synced 2025-08-21 22:47:43 +00:00

* DDEV project base for Matomo * Ensure DDEV files are not part of a release * Add console command wrapper * Fix typos in main readme * Mix and match DDEV+Matomo xhprof setups * Add README for DDEV environment * Add warning not to use to host prod instances --------- Co-authored-by: Ayke Halder <rr-it@users.noreply.github.com> Co-authored-by: Marc Neudert <marc@innocraft.com>
5 خطوط
249 B
Docker
5 خطوط
249 B
Docker
# Renew the font cache
|
|
RUN apt-get -qq update || true
|
|
RUN DEBIAN_FRONTEND=noninteractive apt-get -qq install -y -o Dpkg::Options::="--force-confold" --no-install-recommends --no-install-suggests xfonts-utils
|
|
RUN mkfontscale && mkfontdir && fc-cache
|