Last active
March 22, 2020 09:32
-
-
Save leodido/e78666ba8a7ad5ec1b97acf4ade098d6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ARG KERNEL_VERSION | |
FROM linuxkit/kernel:${KERNEL_VERSION} AS src | |
FROM linuxkit/alpine:3fdc49366257e53276c6f363956a4353f95d9a81 AS builder | |
LABEL maintainer="[email protected]" | |
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