Skip to content

Commit b0d5ef7

Browse files
committed
Add gpg to base
Needed for apt-key adding of gpg keys
1 parent be9dfb5 commit b0d5ef7

File tree

12 files changed

+15
-0
lines changed

12 files changed

+15
-0
lines changed

docker/base/alpine-3/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ RUN chmod +x /opt/docker/bin/* \
2323
wget \
2424
curl \
2525
sed \
26+
gnupg \
2627
&& /opt/docker/bin/provision run --tag bootstrap --role webdevops-base \
2728
&& /opt/docker/bin/bootstrap.sh
2829

docker/base/centos-7/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ RUN chmod +x /opt/docker/bin/* \
2424
wget \
2525
curl \
2626
net-tools \
27+
gnupg2 \
2728
&& /opt/docker/bin/provision run --tag bootstrap --role webdevops-base \
2829
&& /opt/docker/bin/bootstrap.sh
2930

docker/base/debian-7/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ RUN chmod +x /opt/docker/bin/* \
2525
wget \
2626
curl \
2727
net-tools \
28+
gnupg \
2829
&& /opt/docker/bin/provision run --tag bootstrap --role webdevops-base \
2930
&& /opt/docker/bin/bootstrap.sh
3031

docker/base/debian-8/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ RUN chmod +x /opt/docker/bin/* \
2525
wget \
2626
curl \
2727
net-tools \
28+
gnupg \
2829
&& /opt/docker/bin/provision run --tag bootstrap --role webdevops-base \
2930
&& /opt/docker/bin/bootstrap.sh
3031

docker/base/debian-9/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ RUN chmod +x /opt/docker/bin/* \
2525
wget \
2626
curl \
2727
net-tools \
28+
gnupg \
2829
&& /opt/docker/bin/provision run --tag bootstrap --role webdevops-base \
2930
&& /opt/docker/bin/bootstrap.sh
3031

docker/base/ubuntu-12.04/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ RUN chmod +x /opt/docker/bin/* \
2525
wget \
2626
curl \
2727
net-tools \
28+
gnupg \
2829
&& /opt/docker/bin/provision run --tag bootstrap --role webdevops-base \
2930
&& /opt/docker/bin/bootstrap.sh
3031

docker/base/ubuntu-14.04/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ RUN chmod +x /opt/docker/bin/* \
2525
wget \
2626
curl \
2727
net-tools \
28+
gnupg \
2829
&& /opt/docker/bin/provision run --tag bootstrap --role webdevops-base \
2930
&& /opt/docker/bin/bootstrap.sh
3031

docker/base/ubuntu-15.04/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ RUN chmod +x /opt/docker/bin/* \
2525
wget \
2626
curl \
2727
net-tools \
28+
gnupg \
2829
&& /opt/docker/bin/provision run --tag bootstrap --role webdevops-base \
2930
&& /opt/docker/bin/bootstrap.sh
3031

docker/base/ubuntu-15.10/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ RUN chmod +x /opt/docker/bin/* \
2525
wget \
2626
curl \
2727
net-tools \
28+
gnupg \
2829
&& /opt/docker/bin/provision run --tag bootstrap --role webdevops-base \
2930
&& /opt/docker/bin/bootstrap.sh
3031

docker/base/ubuntu-16.04/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ RUN chmod +x /opt/docker/bin/* \
2525
wget \
2626
curl \
2727
net-tools \
28+
gnupg \
2829
&& /opt/docker/bin/provision run --tag bootstrap --role webdevops-base \
2930
&& /opt/docker/bin/bootstrap.sh
3031

0 commit comments

Comments
 (0)