Skip to content

Commit 7d1c5f4

Browse files
committed
Missing a trailing slash.
1 parent 7bd304e commit 7d1c5f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Dockerfile.ubuntu-16.04

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN sed -i 's/^\($ModLoad imklog\)/#\1/' /etc/rsyslog.conf
1414

1515
# Install Ansible
1616
RUN add-apt-repository -y ppa:ansible/ansible \
17-
&& apt-get update
17+
&& apt-get update \
1818
&& apt-get install -y --no-install-recommends \
1919
ansible \
2020
&& rm -rf /var/lib/apt/lists/* \

0 commit comments

Comments
 (0)