1
0
mirror of https://github.com/rancher/os-kernel.git synced 2025-09-19 00:52:36 +00:00
Files
os-kernel/images/10-headers/Dockerfile
2016-11-14 21:48:51 +10:00

11 lines
202 B
Docker

FROM alpine:3.4
# FROM arm64=skip arm=skip
RUN apk --purge --no-cache add kmod bash
ARG KERNEL_VERSION
ENV KERNEL_VERSION=${KERNEL_VERSION}
COPY headers.sh /
COPY /build.tar.gz /
CMD ["/headers.sh"]