diff --git a/docs/sources/setup-grafana/installation/debian.md b/docs/sources/setup-grafana/installation/debian.md index 18e2faedda7..fa741274e84 100644 --- a/docs/sources/setup-grafana/installation/debian.md +++ b/docs/sources/setup-grafana/installation/debian.md @@ -38,8 +38,6 @@ If you install from the APT repository, then Grafana is automatically updated ev #### To install the latest Enterprise edition: ```bash -sudo apt-get install -y apt-transport-https -sudo apt-get install -y software-properties-common wget wget -q -O - https://packages.grafana.com/gpg.key | sudo apt-key add - ``` @@ -65,8 +63,7 @@ sudo apt-get install grafana-enterprise #### To install the latest OSS release: ```bash -sudo apt-get install -y apt-transport-https -sudo apt-get install -y software-properties-common wget +sudo apt-get install -y wget wget -q -O - https://packages.grafana.com/gpg.key | sudo apt-key add - ``` diff --git a/scripts/build/ci-build/Dockerfile b/scripts/build/ci-build/Dockerfile index c34978124ea..48d42c36583 100644 --- a/scripts/build/ci-build/Dockerfile +++ b/scripts/build/ci-build/Dockerfile @@ -119,7 +119,6 @@ COPY --from=toolchain /tmp/dockerize /usr/local/bin/ RUN apt-get update && \ apt-get install -yq \ build-essential netcat-traditional clang gcc-aarch64-linux-gnu gcc-arm-linux-gnueabihf gcc-mingw-w64-x86-64 \ - apt-transport-https \ python-pip \ ca-certificates \ curl \ diff --git a/scripts/verify-repo-update/Dockerfile.deb b/scripts/verify-repo-update/Dockerfile.deb index 667f6155cee..ad651a1bdff 100644 --- a/scripts/verify-repo-update/Dockerfile.deb +++ b/scripts/verify-repo-update/Dockerfile.deb @@ -5,7 +5,6 @@ ARG PACKAGE=grafana RUN apt update && \ apt install -y curl \ - apt-transport-https \ ca-certificates \ gnupg && \ curl https://packages.grafana.com/gpg.key | apt-key add -