From 23193babf416102ce61001b829c8afdb53fa5d91 Mon Sep 17 00:00:00 2001 From: Alexandr Shevchenko Date: Sat, 18 May 2019 08:06:30 +0300 Subject: [PATCH] Workspace: blackfire gpg.key url fixed (#2133) --- workspace/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspace/Dockerfile b/workspace/Dockerfile index 7dd79bd2..d286ecef 100644 --- a/workspace/Dockerfile +++ b/workspace/Dockerfile @@ -345,7 +345,7 @@ ARG BLACKFIRE_CLIENT_TOKEN ENV BLACKFIRE_CLIENT_TOKEN ${BLACKFIRE_CLIENT_TOKEN} RUN if [ ${INSTALL_XDEBUG} = false -a ${INSTALL_BLACKFIRE} = true ]; then \ - curl -L https://packagecloud.io/gpg.key | apt-key add - && \ + curl -L https://packages.blackfire.io/gpg.key | apt-key add - && \ echo "deb http://packages.blackfire.io/debian any main" | tee /etc/apt/sources.list.d/blackfire.list && \ apt-get update -yqq && \ apt-get install blackfire-agent \