Skip to content

Commit

Permalink
Merge pull request #34 from cherusk/repair_interim_install
Browse files Browse the repository at this point in the history
repair interim install once more
  • Loading branch information
cherusk committed Nov 24, 2023
2 parents 27f008d + 341a554 commit 8f2346d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN set -ex \
RUN /bin/bash -c "git clone https://github.com/cherusk/pyroute2.git \
&& pushd pyroute2 \
&& git checkout origin/ss2_patch_class_level_data \
&& python3 setup.py install \
&& cp pyroute2/netlink/diag/ss2.py /usr/local/lib/python3.7/site-packages/pyroute2-0.7.8-py3.7.egg/pyroute2/netlink/diag/ss2.py \
&& popd \
&& rmdir --ignore-fail-on-non-empty pyroute2"

Expand Down

0 comments on commit 8f2346d

Please sign in to comment.