Skip to content

Commit 23193ba

Browse files
shovbestlong
authored andcommitted
Workspace: blackfire gpg.key url fixed (laradock#2133)
1 parent fbdfc41 commit 23193ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

workspace/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ ARG BLACKFIRE_CLIENT_TOKEN
345345
ENV BLACKFIRE_CLIENT_TOKEN ${BLACKFIRE_CLIENT_TOKEN}
346346

347347
RUN if [ ${INSTALL_XDEBUG} = false -a ${INSTALL_BLACKFIRE} = true ]; then \
348-
curl -L https://packagecloud.io/gpg.key | apt-key add - && \
348+
curl -L https://packages.blackfire.io/gpg.key | apt-key add - && \
349349
echo "deb http://packages.blackfire.io/debian any main" | tee /etc/apt/sources.list.d/blackfire.list && \
350350
apt-get update -yqq && \
351351
apt-get install blackfire-agent \

0 commit comments

Comments
 (0)