container image for C development https://hub.docker.com/r/immawanderer/archlinux-cdev
Go to file
surtur 5b8f3fab7b
correcting non-existent valgrind dep in Dockerfile
* false advertisement - was installing `vagrant` instead of promised
  `valgrind`

Signed-off-by: surtur <a_mirre@utb.cz>
2020-03-01 23:18:49 +01:00
Dockerfile correcting non-existent valgrind dep in Dockerfile 2020-03-01 23:18:49 +01:00
README.md initial commit 2020-03-01 20:56:08 +01:00

docker-archlinux-cdev

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.