added apt-utils to debian systems
This commit is contained in:
@ -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 \
|
||||
|
Reference in New Issue
Block a user