Skip to content

Commit 84b089e

Browse files
committed
Reverted gnupg change. It was only a temporary apt error
1 parent 6846384 commit 84b089e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN groupadd -r mysql && useradd -r -g mysql mysql
88
RUN set -ex; \
99
apt-get update; \
1010
if ! which gpg; then \
11-
apt-get install -y --no-install-recommends gnupg2; \
11+
apt-get install -y --no-install-recommends gnupg; \
1212
fi; \
1313
if ! gpg --version | grep -q '^gpg (GnuPG) 1\.'; then \
1414
# Ubuntu includes "gnupg" (not "gnupg2", but still 2.x), but not dirmngr, and gnupg 2.x requires dirmngr

0 commit comments

Comments
 (0)