mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-02-23 15:34:28 +01:00
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:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user