Skip to content

Commit 6967272

Browse files
committed
Install latest pyroute2 using apt instead of pip
1 parent 736e228 commit 6967272

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ RUN apt-get update \
5050
python3-setuptools \
5151
python3-psycopg2 \
5252
python3-pip \
53+
python3-pyroute2 \
5354
sudo \
5455
tmux \
5556
watch \
@@ -74,8 +75,6 @@ RUN apt-get update \
7475
postgresql-${PGVERSION} \
7576
&& rm -rf /var/lib/apt/lists/*
7677

77-
RUN pip3 install pyroute2>=0.5.17
78-
7978
RUN adduser --disabled-password --gecos '' docker
8079
RUN adduser docker sudo
8180
RUN adduser docker postgres

0 commit comments

Comments
 (0)