25 lines
1.3 KiB
Markdown
25 lines
1.3 KiB
Markdown
# docker-archlinux-cdev
|
|
|
|
[](https://drone.dotya.ml/wanderer/docker-archlinux-cdev)
|
|
[](https://hub.docker.com/r/immawanderer/archlinux-cdev/builds)
|
|
[](https://microbadger.com/images/immawanderer/archlinux-cdev)
|
|
[](https://microbadger.com/images/immawanderer/archlinux-cdev)
|
|
|
|
This repository provides the Dockerfile to create a Docker image used for light C development (some goodies included).
|
|
|
|
The image is rebuilt <del>approximately every hour</del> nightly to ensure it always has the latest packages.
|
|
|
|
push mirror lives in [this GitHub repo](https://github.com/wULLSnpAXbWZGYDYyhWTKKspEQoaYxXyhoisqHf/docker-archlinux-cdev)
|
|
development happens on [this Gitea instance](https://git.dotya.ml/wanderer/docker-archlinux-cdev)
|
|
|
|
## What you get
|
|
* updated Arch Linux [image](https://hub.docker.com/r/immawanderer/archlinux) based on [base image](https://hub.docker.com/_/archlinux)
|
|
* gcc
|
|
* make
|
|
* cmake
|
|
* git
|
|
* valgrind
|
|
|
|
## Purpose
|
|
* light C development upon fresh package base
|