archlinux/README.md

14 lines
652 B
Markdown
Raw Permalink Normal View History

# Docker Base Image for Arch Linux [![Build Status](https://travis-ci.org/archlinux/archlinux-docker.svg?branch=master)](https://travis-ci.org/archlinux/archlinux-docker)
2017-12-30 13:26:43 +00:00
This repository contains all scripts and files needed to create a Docker base image for the Arch Linux distribution.
2017-04-08 16:09:39 +00:00
## Dependencies
Install the following Arch Linux packages:
* make
2017-04-09 11:12:14 +00:00
* devtools
2017-04-08 16:09:39 +00:00
## Usage
Run `make docker-image` as root to build the base image.
2017-08-30 17:02:04 +00:00
## Purpose
* Provide the Arch experience in a Docker Image
* Provide the most simple but complete image to base every other upon
* `pacman` needs to work out of the box
* All installed packages have to be kept unmodified