container image for C development https://hub.docker.com/r/immawanderer/archlinux-cdev
Go to file
surtur 9ea82ec767
All checks were successful
continuous-integration/drone/push Build is passing
make actual use of the secret
2020-03-02 02:22:50 +01:00
.drone.yml make actual use of the secret 2020-03-02 02:22:50 +01:00
Dockerfile only download and reinstall what is not present 2020-03-02 00:03:43 +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.