Skip to content

Commit 07a2d9a

Browse files
committed
Add gpg for php-dev
Fixes blackfire installation which requires gpg
1 parent 855b024 commit 07a2d9a

File tree

15 files changed

+24
-0
lines changed

15 files changed

+24
-0
lines changed

docker/php-dev/alpine-3-php7/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ COPY conf/ /opt/docker/
1616
RUN /usr/local/bin/apk-install \
1717
# Install tools
1818
graphviz \
19+
gnupg \
1920
# Install php development stuff
2021
php7-xdebug \
2122
&& /opt/docker/bin/provision run --tag bootstrap --role webdevops-php-dev \

docker/php-dev/alpine-3/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ COPY conf/ /opt/docker/
1616
RUN /usr/local/bin/apk-install \
1717
# Install tools
1818
graphviz \
19+
gnupg \
1920
# Install php development stuff
2021
php5-xdebug \
2122
&& /opt/docker/bin/provision run --tag bootstrap --role webdevops-php-dev \

docker/php-dev/centos-7-php56/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ RUN wget -O - "https://packages.blackfire.io/fedora/blackfire.repo" | tee /etc/y
1616
&& /usr/local/bin/yum-install \
1717
# Install tools
1818
graphviz \
19+
gnupg \
1920
# Install php development stuff
2021
php56w-pecl-xdebug \
2122
blackfire-php \

docker/php-dev/centos-7/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ RUN wget -O - "https://packages.blackfire.io/fedora/blackfire.repo" | tee /etc/y
1717
&& /usr/local/bin/yum-install \
1818
# Install tools
1919
graphviz \
20+
gnupg2 \
2021
# Install php development stuff
2122
php-pecl-xdebug \
2223
blackfire-php \

docker/php-dev/debian-7/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ RUN wget -O - https://packagecloud.io/gpg.key | apt-key add - \
1818
&& /usr/local/bin/apt-install \
1919
# Install tools
2020
graphviz \
21+
gnupg \
2122
# Install php development stuff
2223
php5-xdebug \
2324
blackfire-php \

docker/php-dev/debian-8-php7/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ RUN wget -O - https://packagecloud.io/gpg.key | apt-key add - \
1818
&& /usr/local/bin/apt-install \
1919
# Install tools
2020
graphviz \
21+
gnupg \
2122
# Install php development stuff
2223
# php7.0-xdebug \ # Is currently not available
2324
blackfire-php \

docker/php-dev/debian-8/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ RUN wget -O - https://packagecloud.io/gpg.key | apt-key add - \
1818
&& /usr/local/bin/apt-install \
1919
# Install tools
2020
graphviz \
21+
gnupg \
2122
# Install php development stuff
2223
php5-xdebug \
2324
blackfire-php \

docker/php-dev/debian-9/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ RUN wget -O - https://packagecloud.io/gpg.key | apt-key add - \
1818
&& /usr/local/bin/apt-install \
1919
# Install tools
2020
graphviz \
21+
gnupg \
2122
# Install php development stuff
2223
php-xdebug \
2324
blackfire-php \

docker/php-dev/ubuntu-12.04/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ RUN wget -O - https://packagecloud.io/gpg.key | apt-key add - \
1818
&& /usr/local/bin/apt-install \
1919
# Install tools
2020
graphviz \
21+
gnupg \
2122
# Install php development stuff
2223
php5-xdebug \
2324
blackfire-php \

docker/php-dev/ubuntu-14.04/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ RUN wget -O - https://packagecloud.io/gpg.key | apt-key add - \
1818
&& /usr/local/bin/apt-install \
1919
# Install tools
2020
graphviz \
21+
gnupg \
2122
# Install php development stuff
2223
php5-xdebug \
2324
blackfire-php \

0 commit comments

Comments
 (0)