Skip to content

Commit

Permalink
Other fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
aleskandro committed Nov 13, 2023
1 parent 4a10c7a commit d2f3c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion microshift.Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ COPY overlay.d/10-fcos/ /
COPY overlay.d/15-microshift /
COPY --from=artifacts /srv/fakerpms/ /tmp/rpms/

RUN set -x; PACKAGES_INSTALL="NetworkManager-ovs cri-o cri-tools /tmp/rpms/*.rpm"; \
RUN set -x; PACKAGES_INSTALL="NetworkManager-ovs cri-o cri-tools openvswitch3.1"; \
rpm-ostree install $PACKAGES_INSTALL \
&& rpm-ostree install microshift \
# Symlink ovs-vswitchd to dpdk version of OVS
Expand Down

0 comments on commit d2f3c2e

Please sign in to comment.