summaryrefslogtreecommitdiffstats
path: root/OS/Fedora/Dockerfile
blob: b100398a49cc6e1f89655280cbf1d35eda3ec2b6 (plain)
1
2
3
4
5
6
7
8
FROM fedora:latest
MAINTAINER Christophe LARUE <dev@startx.fr>

USER root
# Install minimal packages
RUN yum -y install deltarpm pwgen tar psmisc \
    && yum -y update \
    && yum clean all