🔧(docker) change mime.types url in Dockerfile

Change mime.types url in Dockerfile
This commit is contained in:
Manuel Raynaud
2026-02-11 15:17:32 +01:00
committed by GitHub
parent 607bae0022
commit 6c43ecc324
2 changed files with 9 additions and 9 deletions

View File

@@ -202,7 +202,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y gettext pandoc shared-mime-info
sudo wget https://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/mime.types -O /etc/mime.types
sudo wget https://raw.githubusercontent.com/suitenumerique/django-lasuite/refs/heads/main/assets/conf/mime.types -O /etc/mime.types
- name: Generate a MO file from strings extracted from the project
run: python manage.py compilemessages