We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aed82d commit 2fbea28Copy full SHA for 2fbea28
os_microshift.Containerfile
@@ -36,7 +36,7 @@ COPY --from=artifacts /srv/fakerpms/ /tmp/rpms/
36
37
RUN set -x; PACKAGES_INSTALL="NetworkManager-ovs /tmp/rpms/*.rpm"; \
38
rpm-ostree install $PACKAGES_INSTALL \
39
- && rpm-ostree install microshift \
+ && rpm-ostree install microshift microshift-multus \
40
&& rm -rf /tmp/rpms \
41
# ex rebuild will consume the /etc/rpm-ostree/origin.d overrides
42
&& rpm-ostree ex rebuild \
0 commit comments