Skip to content

Commit 47ff554

Browse files
committed
Remove explicit dirmngr reference
This is pulled in automatically via `gnupg`, and moved from `Recommends` to `Depends` in https://salsa.debian.org/debian/gnupg2/-/commit/99474ad900a8bcdd0e7b68f986fec0013fc01470, which has been part of `src:gnupg2` since 2.1.21-4 (and every supported version of both Debian _and_ Ubuntu have 2.2.x 😇).
1 parent 1609d20 commit 47ff554

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

6.0/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ENV GOSU_VERSION 1.16
99
RUN set -eux; \
1010
savedAptMark="$(apt-mark showmanual)"; \
1111
apt-get update; \
12-
apt-get install -y --no-install-recommends ca-certificates dirmngr gnupg wget; \
12+
apt-get install -y --no-install-recommends ca-certificates gnupg wget; \
1313
rm -rf /var/lib/apt/lists/*; \
1414
dpkgArch="$(dpkg --print-architecture | awk -F- '{ print $NF }')"; \
1515
wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch"; \

6.2/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ENV GOSU_VERSION 1.16
99
RUN set -eux; \
1010
savedAptMark="$(apt-mark showmanual)"; \
1111
apt-get update; \
12-
apt-get install -y --no-install-recommends ca-certificates dirmngr gnupg wget; \
12+
apt-get install -y --no-install-recommends ca-certificates gnupg wget; \
1313
rm -rf /var/lib/apt/lists/*; \
1414
dpkgArch="$(dpkg --print-architecture | awk -F- '{ print $NF }')"; \
1515
wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch"; \

7.0/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ENV GOSU_VERSION 1.16
99
RUN set -eux; \
1010
savedAptMark="$(apt-mark showmanual)"; \
1111
apt-get update; \
12-
apt-get install -y --no-install-recommends ca-certificates dirmngr gnupg wget; \
12+
apt-get install -y --no-install-recommends ca-certificates gnupg wget; \
1313
rm -rf /var/lib/apt/lists/*; \
1414
dpkgArch="$(dpkg --print-architecture | awk -F- '{ print $NF }')"; \
1515
wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch"; \

7.2-rc/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ENV GOSU_VERSION 1.16
99
RUN set -eux; \
1010
savedAptMark="$(apt-mark showmanual)"; \
1111
apt-get update; \
12-
apt-get install -y --no-install-recommends ca-certificates dirmngr gnupg wget; \
12+
apt-get install -y --no-install-recommends ca-certificates gnupg wget; \
1313
rm -rf /var/lib/apt/lists/*; \
1414
dpkgArch="$(dpkg --print-architecture | awk -F- '{ print $NF }')"; \
1515
wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch"; \

Dockerfile.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ENV GOSU_VERSION 1.16
99
RUN set -eux; \
1010
savedAptMark="$(apt-mark showmanual)"; \
1111
apt-get update; \
12-
apt-get install -y --no-install-recommends ca-certificates dirmngr gnupg wget; \
12+
apt-get install -y --no-install-recommends ca-certificates gnupg wget; \
1313
rm -rf /var/lib/apt/lists/*; \
1414
dpkgArch="$(dpkg --print-architecture | awk -F- '{ print $NF }')"; \
1515
wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch"; \

0 commit comments

Comments
 (0)