Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 615 Bytes

File metadata and controls

11 lines (8 loc) · 615 Bytes

centos7-dev

Just a Dockerfile to create a CentOS 7 image with all packages needed to build Broadcom wireless kernel modules, as described in the CentOS Wiki.

Build image

The current docker image will be build automatically by Docker hub and is available here

To build the image manually just call: sudo docker build -t thomo/centos7-dev:3.10.0-229.14.1.el7 .

Usage

Here is a shell script which use the container to build the kernel module.