Skip to content

Instantly share code, notes, and snippets.

@leodido
Last active March 22, 2020 09:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leodido/e78666ba8a7ad5ec1b97acf4ade098d6 to your computer and use it in GitHub Desktop.
Save leodido/e78666ba8a7ad5ec1b97acf4ade098d6 to your computer and use it in GitHub Desktop.
ARG KERNEL_VERSION
FROM linuxkit/kernel:${KERNEL_VERSION} AS src
FROM linuxkit/alpine:3fdc49366257e53276c6f363956a4353f95d9a81 AS builder
LABEL maintainer="cncf-falco-dev@lists.cncf.io"
COPY --from=src /kernel-dev.tar /
RUN apk add --no-cache --update \
build-base gcc bash curl tar xz clang llvm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment