mirror of
https://github.com/GNS3/gns3-registry.git
synced 2025-01-29 15:43:55 +00:00
Fixed install sequence
This commit is contained in:
parent
f98acfb451
commit
def2b67069
@ -2,10 +2,12 @@
|
|||||||
|
|
||||||
FROM ubuntu:xenial
|
FROM ubuntu:xenial
|
||||||
|
|
||||||
RUN DEBIAN_FRONTEND=noninteractive apt-add-repository -y ppa:ansible/ansible && apt-get update && \
|
RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get -y --no-install-recommends \
|
||||||
apt-get -y --no-install-recommends install telnet curl openssh-client nano vim-tiny \
|
install telnet curl openssh-client nano vim-tiny iputils-ping python build-essential \
|
||||||
iputils-ping python build-essential libssl-dev libffi-dev python-pip python-setuptools \
|
libssl-dev libffi-dev python-pip python-setuptools \
|
||||||
python-dev net-tools ansible python3 software-properties-common \
|
python-dev net-tools python3 software-properties-common \
|
||||||
|
&& apt-add-repository -y ppa:ansible/ansible \
|
||||||
|
&& apt-get update && apt-get -y --no-install-recommends ansible \
|
||||||
&& rm -rf /var/lib/apt/lists/* \
|
&& rm -rf /var/lib/apt/lists/* \
|
||||||
&& pip install --upgrade pip \
|
&& pip install --upgrade pip \
|
||||||
&& pip install cryptography netmiko napalm pyntc
|
&& pip install cryptography netmiko napalm pyntc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user