Skip to content

Commit

Permalink
asdfasf
Browse files Browse the repository at this point in the history
  • Loading branch information
dcbw committed Nov 13, 2019
1 parent d82e15c commit f45f115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -38,7 +38,7 @@ RUN INSTALL_PKGS=" \
containernetworking-plugins yum-utils \
" && \
yum install -y --setopt=tsflags=nodocs --setopt=skip_missing_names_on_install=False $INSTALL_PKGS && \
yumdownloader --enablerepo=rhel-fast-datapath-beta ovn2.11 ovn2.11-central ovn2.11-host ovn2.11-vtep && \
yumdownloader ovn2.11 ovn2.11-central ovn2.11-host ovn2.11-vtep && \
rpm -Uhv --force --nodeps ovn2.11* && rm -f *.rpm && \
yum clean all && rm -rf /var/cache/*

Expand Down

0 comments on commit f45f115

Please sign in to comment.