We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dbad2f commit c362849Copy full SHA for c362849
1 file changed
container/silverstripe-dev/Dockerfile
@@ -44,7 +44,7 @@ COPY srv_conf/000-default.conf $APACHE_CONFDIR/sites-available/
44
# ----------------------
45
RUN set -eux; \
46
apt-get update -qq; \
47
- apt-get install git vim unzip -yqq; \
+ apt-get install git vim unzip gpg -yqq; \
48
rm -rf /var/lib/apt/lists/*
49
COPY --from=composer /usr/bin/composer /usr/bin/composer
50
0 commit comments