We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bd304e commit 7d1c5f4Copy full SHA for 7d1c5f4
tests/Dockerfile.ubuntu-16.04
@@ -14,7 +14,7 @@ RUN sed -i 's/^\($ModLoad imklog\)/#\1/' /etc/rsyslog.conf
14
15
# Install Ansible
16
RUN add-apt-repository -y ppa:ansible/ansible \
17
- && apt-get update
+ && apt-get update \
18
&& apt-get install -y --no-install-recommends \
19
ansible \
20
&& rm -rf /var/lib/apt/lists/* \
0 commit comments