Skip to content

Commit c362849

Browse files
authored
add: gpg installation to Dockerfile
1 parent 3dbad2f commit c362849

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

container/silverstripe-dev/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ COPY srv_conf/000-default.conf $APACHE_CONFDIR/sites-available/
4444
# ----------------------
4545
RUN set -eux; \
4646
apt-get update -qq; \
47-
apt-get install git vim unzip -yqq; \
47+
apt-get install git vim unzip gpg -yqq; \
4848
rm -rf /var/lib/apt/lists/*
4949
COPY --from=composer /usr/bin/composer /usr/bin/composer
5050

0 commit comments

Comments
 (0)