dockerbuild: Install unzip

As virtiofsd comes in the `zip` format, let's install unzip in the
containers and then be able to access the virtiofsd binary.

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
Fabiano Fidêncio 2022-05-11 21:41:10 +02:00
parent 8e2042d055
commit c7ac55b6d7

View File

@ -35,6 +35,7 @@ RUN apt-get update && \
gcc \ gcc \
git \ git \
make \ make \
unzip \
xz-utils && \ xz-utils && \
apt-get clean && rm -rf /var/lib/apt/lists apt-get clean && rm -rf /var/lib/apt/lists