container image for C development https://hub.docker.com/r/immawanderer/archlinux-cdev
Go to file
surtur d5dd854ce5
All checks were successful
continuous-integration/drone/push Build is passing
adding discord webhook to drone
2020-03-02 20:41:48 +01:00
.drone.yml adding discord webhook to drone 2020-03-02 20:41:48 +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.