mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-02 09:24:35 +00:00
tools: genpolicy static checks
Package genpolicy and enable static checks for it. Fixes: #8813 Signed-off-by: Dan Mihai <dmihai@microsoft.com>
This commit is contained in:
@@ -9,11 +9,14 @@ ARG RUST_TOOLCHAIN
|
||||
SHELL ["/bin/ash", "-o", "pipefail", "-c"]
|
||||
RUN apk --no-cache add \
|
||||
bash \
|
||||
cmake \
|
||||
curl \
|
||||
gcc \
|
||||
git \
|
||||
libcap-ng-static \
|
||||
libseccomp-static \
|
||||
openssl-dev \
|
||||
openssl-libs-static \
|
||||
make \
|
||||
musl-dev \
|
||||
protoc && \
|
||||
|
Reference in New Issue
Block a user