Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/corrieriluca/archlinux-epita-build-essentials

Minimal Archlinux Docker image with build tools for C for projects at EPITA
https://github.com/corrieriluca/archlinux-epita-build-essentials

archlinux docker epita

Last synced: 3 days ago
JSON representation

Minimal Archlinux Docker image with build tools for C for projects at EPITA

Awesome Lists containing this project

README

        

# Archlinux EPITA Build Essentials


Docker Pull Count

This is a *minimal* Archlinux Docker image with build tools for C for projects at EPITA.
It is based on `archlinux:base-devel` official Docker image.

It includes for the time being:
- `gcc`
- `make`
- `python`
- `git`
- `valgrind`
- `tar`
- `wget`
- `cmake`
- `criterion` ([repo](https://github.com/Snaipe/Criterion))

# Using

The main reason I created this image is for GitLab CI, thus using this image with this
tool is pretty straight forward.

# License

Do literally whatever you want with this image.