Skip to content

Commit

Permalink
Add missing python3-pyOpenSSL library
Browse files Browse the repository at this point in the history
This commit adds python3-pyOpenSSL to the Dockerfile, needed for ovn-detrace
to work with ssl endpoints.

Signed-off-by: Daniel Mellado <dmellado@redhat.com>
  • Loading branch information
danielmellado committed Oct 23, 2020
1 parent 0902f60 commit 3fa9bad
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 @@ -42,7 +42,7 @@ RUN INSTALL_PKGS=" \
#======== 4.6.0-0.nightly-2020-09-25-070943 Version ========
# ovn2.13-20.06.2-11.el8fdp.x86_64
# openvswitch2.13-2.13.0-57.el8fdp
yum install -y --setopt=tsflags=nodocs --setopt=skip_missing_names_on_install=False "openvswitch2.13 == 2.13.0-57.el8fdp" "openvswitch2.13-devel == 2.13.0-57.el8fdp" "python3-openvswitch2.13 == 2.13.0-57.el8fdp" && \
yum install -y --setopt=tsflags=nodocs --setopt=skip_missing_names_on_install=False "openvswitch2.13 == 2.13.0-57.el8fdp" "openvswitch2.13-devel == 2.13.0-57.el8fdp" "python3-openvswitch2.13 == 2.13.0-57.el8fdp" "python3-pyOpenSSL" && \
yum install -y --setopt=tsflags=nodocs --setopt=skip_missing_names_on_install=False "ovn2.13 == 20.06.2-11.el8fdp" "ovn2.13-central == 20.06.2-11.el8fdp" "ovn2.13-host == 20.06.2-11.el8fdp" "ovn2.13-vtep == 20.06.2-11.el8fdp" && \
yum clean all && rm -rf /var/cache/*

Expand Down

0 comments on commit 3fa9bad

Please sign in to comment.