noriyotcp / docker-alpine-clang

Alpine Linux with Clang for CI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alpine with Clang

This Image is build for CI of C/C++ projects. It installs Alpine Linux, Clang and an essential build environment.

Installed Packages

  • autoconf
  • automake
  • bash
  • clang
  • clang-dev
  • dpkg
  • gcc
  • git
  • lld
  • make
  • musl-dev

About

Alpine Linux with Clang for CI

License:BSD 2-Clause "Simplified" License


Languages

Language:Dockerfile 100.0%