Skip to content

Commit 2fbea28

Browse files
committed
Add microshift-multus
1 parent 0aed82d commit 2fbea28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

os_microshift.Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ COPY --from=artifacts /srv/fakerpms/ /tmp/rpms/
3636

3737
RUN set -x; PACKAGES_INSTALL="NetworkManager-ovs /tmp/rpms/*.rpm"; \
3838
rpm-ostree install $PACKAGES_INSTALL \
39-
&& rpm-ostree install microshift \
39+
&& rpm-ostree install microshift microshift-multus \
4040
&& rm -rf /tmp/rpms \
4141
# ex rebuild will consume the /etc/rpm-ostree/origin.d overrides
4242
&& rpm-ostree ex rebuild \

0 commit comments

Comments
 (0)