2020-03-04 20:11:45 +01:00
|
|
|
# docker-archlinux-cdev
|
|
|
|
|
|
|
|
[![Build Status](https://drone.dotya.ml/api/badges/wanderer/docker-archlinux-cdev/status.svg?ref=refs/heads/master)](https://drone.dotya.ml/wanderer/docker-archlinux-cdev)
|
2020-03-01 20:56:08 +01:00
|
|
|
|
|
|
|
This repository provides the Dockerfile to create a Docker image used for light C development (some goodies included).
|
2020-03-04 20:24:38 +01:00
|
|
|
|
2020-03-04 20:11:45 +01:00
|
|
|
The image is rebuilt approximately every hour to ensure it always has the latest packages.
|
2020-03-01 20:56:08 +01:00
|
|
|
|
|
|
|
## What you get
|
2020-03-04 20:24:38 +01:00
|
|
|
* updated Arch Linux [base image](https://hub.docker.com/r/archlinux/base)
|
2020-03-01 20:56:08 +01:00
|
|
|
* gcc
|
|
|
|
* make
|
|
|
|
* cmake
|
|
|
|
* git
|
|
|
|
* valgrind
|
|
|
|
|
|
|
|
## Purpose
|
|
|
|
* light C development upon fresh package base
|