Merge pull request #966 from Conan-Kudo/mga6-docupdate
mageia: Update the documentation for Mageia 6
This commit is contained in:
commit
6d55866084
|
|
@ -19,16 +19,17 @@ To date, Mageia:
|
|||
## Create a Dockerfile for your container
|
||||
|
||||
```dockerfile
|
||||
FROM mageia:5
|
||||
FROM mageia:6
|
||||
MAINTAINER "Foo Bar" <foo@bar.com>
|
||||
CMD [ "bash" ]
|
||||
```
|
||||
|
||||
## Installed packages
|
||||
|
||||
All images install the following packages:
|
||||
The images include the following packages:
|
||||
|
||||
- basesystem-minimal
|
||||
- urpmi
|
||||
- dnf (Mageia 6+)
|
||||
- locales
|
||||
- locales-en
|
||||
- urpmi
|
||||
|
|
|
|||
Loading…
Reference in New Issue