Skip to content

Commit 68f4939

Browse files
committed
Install gnupg1 dependency
1 parent 42c1be1 commit 68f4939

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/dockerfiles/Dockerfile.debian-stretch

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

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

0 commit comments

Comments
 (0)