corrieriluca / archlinux-epita-build-essentials

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

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.

About

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

License:Do What The F*ck You Want To Public License


Languages

Language:Dockerfile 100.0%