From 5f20b5baac32efb42b887f137c88e9213ddec744 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Fri, 3 May 2024 23:35:27 +0200 Subject: [PATCH] Remove dependency on shared-mime-info We don't use mimemagic since commit 7212657c0, so we don't need shared-mime-info anymore. --- Dockerfile | 1 - README.md | 2 +- README_ES.md | 2 +- docs/en/README.md | 2 +- docs/es/README.md | 2 +- 5 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index d3ed24077..aa06fdce2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,6 @@ RUN apt-get update -qq \ memcached \ pkg-config \ postgresql-client \ - shared-mime-info \ sudo \ unzip diff --git a/README.md b/README.md index 54e078496..b60071faa 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ You can access the main website of the project at [http://consuldemocracy.org](h **NOTE**: For more detailed instructions check the [docs](https://docs.consuldemocracy.org) -Prerequisites: install git, Ruby 3.2.4, CMake, pkg-config, shared-mime-info, Node.js 18.20.3 and PostgreSQL (>=9.5). +Prerequisites: install git, Ruby 3.2.4, CMake, pkg-config, Node.js 18.20.3 and PostgreSQL (>=9.5). ```bash git clone https://github.com/consuldemocracy/consuldemocracy.git diff --git a/README_ES.md b/README_ES.md index 2eee66563..71636ca17 100644 --- a/README_ES.md +++ b/README_ES.md @@ -34,7 +34,7 @@ Puedes acceder a la página principal del proyecto en [http://consuldemocracy.or **NOTA**: para unas instrucciones más detalladas consulta la [documentación](https://docs.consuldemocracy.org) -Prerequisitos: tener instalado git, Ruby 3.2.4, CMake, pkg-config, shared-mime-info, Node.js 18.20.3 y PostgreSQL (9.5 o superior). +Prerequisitos: tener instalado git, Ruby 3.2.4, CMake, pkg-config, Node.js 18.20.3 y PostgreSQL (9.5 o superior). ```bash git clone https://github.com/consuldemocracy/consuldemocracy.git diff --git a/docs/en/README.md b/docs/en/README.md index fc9d25198..177f74139 100644 --- a/docs/en/README.md +++ b/docs/en/README.md @@ -12,7 +12,7 @@ You can access the main website of the project at [http://consuldemocracy.org](h **NOTE**: For more detailed instructions check the [docs](https://docs.consuldemocracy.org) -Prerequisites: install git, Ruby 3.2.4, CMake, pkg-config, shared-mime-info, Node.js 18.20.3 and PostgreSQL (>=9.5). +Prerequisites: install git, Ruby 3.2.4, CMake, pkg-config, Node.js 18.20.3 and PostgreSQL (>=9.5). ```bash git clone https://github.com/consuldemocracy/consuldemocracy.git diff --git a/docs/es/README.md b/docs/es/README.md index 711b65a66..f7be628e4 100644 --- a/docs/es/README.md +++ b/docs/es/README.md @@ -12,7 +12,7 @@ Puedes acceder a la página principal del proyecto en [http://consuldemocracy.or **NOTA**: para unas instrucciones más detalladas consulta la [documentación](https://docs.consuldemocracy.org) -Prerequisitos: tener instalado git, Ruby 3.2.4, CMake, pkg-config, shared-mime-info, Node.js 18.20.3 y PostgreSQL (9.5 o superior). +Prerequisitos: tener instalado git, Ruby 3.2.4, CMake, pkg-config, Node.js 18.20.3 y PostgreSQL (9.5 o superior). ```bash git clone https://github.com/consuldemocracy/consuldemocracy.git