container image for C development https://hub.docker.com/r/immawanderer/archlinux-cdev
Go to file
surtur b9fa789a59
[skip ci] add correct cronbuild name
2020-03-02 22:35:52 +01:00
.drone.yml [skip ci] add correct cronbuild name 2020-03-02 22:35:52 +01:00
Dockerfile only download and reinstall what is not present 2020-03-02 00:03:43 +01:00
README.md [skip ci] added markdown build status badge 2020-03-02 02:26:28 +01:00

docker-archlinux-cdev Build Status

This repository provides the Dockerfile to create a Docker image used for light C development (some goodies included).

What you get

  • updated Arch Linux base image
  • gcc
  • make
  • cmake
  • git
  • valgrind

Purpose

  • light C development upon fresh package base

Enjoy.