diff --git a/Dockerfile.template b/Dockerfile.template index c7e1fa4f..5a15c9f0 100644 --- a/Dockerfile.template +++ b/Dockerfile.template @@ -8,7 +8,7 @@ RUN groupadd -r mysql && useradd -r -g mysql mysql RUN set -ex; \ apt-get update; \ if ! which gpg; then \ - apt-get install -y --no-install-recommends gnupg2; \ + apt-get install -y --no-install-recommends gnupg; \ fi; \ if ! gpg --version | grep -q '^gpg (GnuPG) 1\.'; then \ # Ubuntu includes "gnupg" (not "gnupg2", but still 2.x), but not dirmngr, and gnupg 2.x requires dirmngr