Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/corrieriluca/archlinux-epita-build-essentials
- Owner: corrieriluca
- License: wtfpl
- Created: 2020-11-21T15:34:24.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-25T11:10:35.000Z (about 4 years ago)
- Last Synced: 2024-12-13T12:44:39.566Z (about 2 months ago)
- Topics: archlinux, docker, epita
- Language: Dockerfile
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Archlinux EPITA Build Essentials
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.