mirror of
https://github.com/GNS3/gns3-registry.git
synced 2025-03-25 13:28:39 +00:00
Upgraded to Ansible 2.4
This commit is contained in:
parent
7610126ce8
commit
f721da86fb
@ -4,9 +4,9 @@ FROM ubuntu:xenial
|
||||
|
||||
RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get -y --no-install-recommends \
|
||||
install telnet curl openssh-client nano vim-tiny iputils-ping python build-essential \
|
||||
libssl-dev libffi-dev python-pip python-setuptools \
|
||||
libssl-dev libffi-dev python-pip python3-pip python-setuptools \
|
||||
python-dev net-tools python3 software-properties-common \
|
||||
&& apt-add-repository -y ppa:ansible/ansible \
|
||||
&& apt-add-repository -y ppa:ansible/ansible-2.4 \
|
||||
&& apt-get update && apt-get -y --no-install-recommends install ansible \
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
&& pip install --upgrade pip \
|
||||
|
Loading…
x
Reference in New Issue
Block a user