Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.36 KB

README.md

File metadata and controls

19 lines (15 loc) · 1.36 KB

CMake builder images

Debian Docker Stars Docker Pulls ImageLayers
Fedora Docker Stars Docker Pulls ImageLayers

Builder images with preinstalled CMake and C++ toolchain

This repository contains Dockerfiles to create builder images with a complete preinstalled CMake and C++ toolchain.

How it is build

docker build \
    -f <distribution>/Dockerfile \
    -t starwarsfan/cmake-builder-<distribution>:latest \
    .