Skip to content

Commit 9a0b4a9

Browse files
committed
Add gpg
1 parent eabb034 commit 9a0b4a9

4 files changed

Lines changed: 5 additions & 6 deletions

File tree

10/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM drupal:10
22

33
# install the PHP extensions we need
44
RUN apt-get update \
5-
&& apt-get install -y git mariadb-client wget nano pv \
5+
&& apt-get install -y git mariadb-client wget nano pv gpg \
66
&& rm -rf /var/lib/apt/lists/*
77

88
# install drush launcher, from https://github.com/drush-ops/drush-launcher#installation---phar,

7/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM drupal:7
22

33
# install the PHP extensions we need
44
RUN apt-get update \
5-
&& apt-get install -y git mariadb-client wget nano pv \
5+
&& apt-get install -y git mariadb-client wget nano pv gpg \
66
&& rm -rf /var/lib/apt/lists/*
77

88
# install drush, from http://docs.drush.org/en/8.x/install/

9/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM drupal:9
22

33
# install the PHP extensions we need
44
RUN apt-get update \
5-
&& apt-get install -y git mariadb-client wget nano pv \
5+
&& apt-get install -y git mariadb-client wget nano pv gpg \
66
&& rm -rf /var/lib/apt/lists/*
77

88
# install drush launcher, from https://github.com/drush-ops/drush-launcher#installation---phar,

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,11 @@ The official Drupal Docker library is optimized for production. Therefore, it do
2222
- wget
2323
- nano
2424
- Composer
25-
- Drush
26-
- Drupal Console
25+
- [Drush Launcher](https://github.com/drush-ops/drush-launcher)
2726
- Xdebug (Remote debugging enabled as default)
28-
- Drupal Devel module
2927
- phpredis
3028
- mhsendmail (for Mailhog)
29+
- gpg
3130

3231
## Distribution supported
3332

0 commit comments

Comments
 (0)