Install zypper on the nodepool-builder image

This allows you to build suse images with dib in nodepool-builder
container image.

Change-Id: Ib7ffe99c7f8f961857cf27d0a6ecba7b6bd57b26
This commit is contained in:
Clark Boylan 2020-03-10 13:42:30 -07:00
parent d8f1118153
commit 6c915cdbd3
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ RUN \
procps \
yum \
yum-utils \
zypper \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*