Packaging: removes an unused dependency (#42071)

* Packaging: removes an unused dependency

libfontconfig1 was used by phantomjs but we aren't using phantomjs
anymore

* Packaging: removes further libfontconfig1 references
This commit is contained in:
Leonard Gram 2021-11-24 10:45:29 +01:00 committed by GitHub
parent a93e649af5
commit d624230b5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 2 additions and 4 deletions

View File

@ -101,7 +101,7 @@ If you install the `.deb` package, then you will need to manually update Grafana
1. Copy and paste the code from the installation page into your command line and run. It follows the pattern shown below. 1. Copy and paste the code from the installation page into your command line and run. It follows the pattern shown below.
```bash ```bash
sudo apt-get install -y adduser libfontconfig1 sudo apt-get install -y adduser
wget <.deb package url> wget <.deb package url>
sudo dpkg -i grafana<edition>_<version>_amd64.deb sudo dpkg -i grafana<edition>_<version>_amd64.deb
``` ```

View File

@ -62,7 +62,7 @@ links.
```bash ```bash
wget <debian package url> wget <debian package url>
sudo apt-get install -y adduser libfontconfig1 sudo apt-get install -y adduser
sudo dpkg -i grafana_<version>_amd64.deb sudo dpkg -i grafana_<version>_amd64.deb
``` ```

View File

@ -11,7 +11,6 @@ provides:
- grafana-cli - grafana-cli
depends: depends:
- adduser - adduser
- libfontconfig1
maintainer: "<contact@grafana.com>" maintainer: "<contact@grafana.com>"
description: | description: |
Grafana Grafana

View File

@ -132,7 +132,6 @@ RUN apt-get update && \
python-pip \ python-pip \
ca-certificates \ ca-certificates \
curl \ curl \
libfontconfig1 \
gcc \ gcc \
g++ \ g++ \
git \ git \