We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6846384 commit 84b089eCopy full SHA for 84b089e
Dockerfile.template
@@ -8,7 +8,7 @@ RUN groupadd -r mysql && useradd -r -g mysql mysql
8
RUN set -ex; \
9
apt-get update; \
10
if ! which gpg; then \
11
- apt-get install -y --no-install-recommends gnupg2; \
+ apt-get install -y --no-install-recommends gnupg; \
12
fi; \
13
if ! gpg --version | grep -q '^gpg (GnuPG) 1\.'; then \
14
# Ubuntu includes "gnupg" (not "gnupg2", but still 2.x), but not dirmngr, and gnupg 2.x requires dirmngr
0 commit comments