mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-29 12:14:48 +00:00
osbuilder: Add protoc to the alpine container
It seems the lack of protoc in the alpine containers is causing issues with some of our CIs, such as the VFIO one. Fixes: #3323 Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
parent
ae271a7e7b
commit
99ef52a35d
@ -26,4 +26,5 @@ RUN apk update && apk add \
|
|||||||
make \
|
make \
|
||||||
musl \
|
musl \
|
||||||
musl-dev \
|
musl-dev \
|
||||||
|
protoc \
|
||||||
tar
|
tar
|
||||||
|
Loading…
Reference in New Issue
Block a user