Skip to content
This repository has been archived by the owner on Dec 13, 2020. It is now read-only.

Commit

Permalink
final touch
Browse files Browse the repository at this point in the history
  • Loading branch information
Robpol86 committed Feb 15, 2016
1 parent 9f3fc9f commit bb70464
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
6 changes: 2 additions & 4 deletions DockerfileTemplates/Dockerfile_fedora_Lint
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ ENV LANG=en_US.utf8 LC_ALL=en_US.utf8

RUN dnf install -y \
http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-23.noarch.rpm \
http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-23.noarch.rpm \
python3-httpretty \
python3-pytest
RUN dnf install -y $NAME-$VERSION-*.rpm
http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-23.noarch.rpm
RUN dnf install -y python3-httpretty python3-pytest $NAME-$VERSION-*.rpm
RUN pip3 install pytest-catchlog pytest-httpretty
RUN groupadd -r user && useradd -r -g user user
7 changes: 3 additions & 4 deletions DockerfileTemplates/Dockerfile_fedora_Run
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ WORKDIR /build

RUN dnf install -y \
http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-23.noarch.rpm \
http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-23.noarch.rpm \
make \
procps
RUN dnf install -y $NAME-$VERSION-*.rpm
http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-23.noarch.rpm
RUN dnf install -y make procps $NAME-$VERSION-*.rpm

CMD /lib/systemd/systemd

0 comments on commit bb70464

Please sign in to comment.