1
0
mirror of https://github.com/rancher/os-kernel.git synced 2025-04-28 02:30:07 +00:00
os-kernel/images/10-headers/Dockerfile
Sven Dowideit 62bdf18b9d os-extras and os-headers images are built for release/ci
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
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"]