initial commit

Signed-off-by: surtur <a_mirre@utb.cz>
This commit is contained in:
surtur 2020-03-01 20:56:08 +01:00
commit 06fca0df50
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D
2 changed files with 18 additions and 0 deletions

2
Dockerfile Normal file
View File

@ -0,0 +1,2 @@
FROM archlinux
RUN pacman -Syu --noconfirm gcc cmake make git vagrant && pacman -Scc && rm -rfv /var/cache/pacman/* /var/lib/pacman/sync/*

16
README.md Normal file
View File

@ -0,0 +1,16 @@
# docker-archlinux-cdev
This repository provides the Dockerfile to create a Docker image used for light C development (some goodies included).
## What you get
* updated Arch Linux [base image](https://hub.docker.com/_/archlinux)
* gcc
* make
* cmake
* git
* valgrind
## Purpose
* light C development upon fresh package base
Enjoy.