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

USER root
# Install minimal packages
RUN yum -y install deltarpm pwgen tar psmisc coreutils findutils wget logrotate \
    && yum -y update \
    && yum clean all \
    dnf -y install python-dnf-plugins-extras-migrate && dnf-2 migrate && \
    dnf clean all 
RUN mkdir -p /sx