Skip to content

Commit

Permalink
Reverted gnupg change. It was only a temporary apt error
Browse files Browse the repository at this point in the history
  • Loading branch information
tymonx committed Jun 29, 2021
1 parent 6846384 commit 84b089e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 84b089e

Please sign in to comment.