Skip to content

Commit c3f1231

Browse files
authored
Create Dockerfile
1 parent 062a638 commit c3f1231

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

Dockerfile

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
FROM python:3.6
2+
3+
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -qq -y install \
4+
telnet
5+
6+
RUN pip3 install pip --upgrade
7+
8+
RUN pip3 install ansible
9+
10+
RUN pip3 install netaddr
11+
12+
RUN pip3 install pexpect
13+
14+
RUN pip3 install gns3fy==0.8.0
15+
16+
RUN pip3 install pydantic==1.9.2
17+
18+
RUN pip3 install mazer

0 commit comments

Comments
 (0)