Skip to content

Commit 6846384

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

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

10.2/Dockerfile

Lines changed: 1 addition & 1 deletion
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

10.3/Dockerfile

Lines changed: 1 addition & 1 deletion
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

10.4/Dockerfile

Lines changed: 1 addition & 1 deletion
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

10.5/Dockerfile

Lines changed: 1 addition & 1 deletion
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

10.6/Dockerfile

Lines changed: 1 addition & 1 deletion
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)