added apt-utils to debian systems

This commit is contained in:
2018-01-29 22:40:35 +01:00
parent d684d3bd18
commit 9b619cec50
4 changed files with 4 additions and 1 deletions

View File

@ -3,6 +3,7 @@ FROM ubuntu:14.04
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
software-properties-common \
apt-utils \
&& apt-add-repository ppa:ansible/ansible \
&& apt-get update \
&& apt-get install -y --no-install-recommends \