Skip to content

Commit 408b092

Browse files
committed
Replace gnupg1 by gnupg2
1 parent 68f4939 commit 408b092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/dockerfiles/Dockerfile.debian-stretch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN apt-get update -y && apt-get install -y --no-install-recommends \
1111
systemd \
1212
apt-transport-https \
1313
curl \
14-
gnupg1 \
14+
gnupg2 \
1515
&& rm -rf /var/lib/apt/lists/*
1616

1717
RUN pip install --upgrade setuptools && pip install ansible

0 commit comments

Comments
 (0)