Skip to content

Commit

Permalink
Merge pull request #33 from cherusk/repair_interim_install
Browse files Browse the repository at this point in the history
repair interim install
  • Loading branch information
cherusk committed Nov 24, 2023
2 parents 2dbaa11 + 496fcef commit 27f008d
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 @@ -16,7 +16,7 @@ RUN set -ex \
# interim -- install ss2 from forked pyroute2
RUN /bin/bash -c "git clone https://github.com/cherusk/pyroute2.git \
&& pushd pyroute2 \
&& git checkout -B origin/ss2_patch_class_level_data \
&& git checkout origin/ss2_patch_class_level_data \
&& python3 setup.py install \
&& popd \
&& rmdir --ignore-fail-on-non-empty pyroute2"
Expand Down

0 comments on commit 27f008d

Please sign in to comment.