initial commit
Signed-off-by: surtur <a_mirre@utb.cz>
This commit is contained in:
commit
06fca0df50
2
Dockerfile
Normal file
2
Dockerfile
Normal 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
16
README.md
Normal 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.
|
Loading…
Reference in New Issue
Block a user