Skip to content
This repository has been archived by the owner on Feb 2, 2018. It is now read-only.

Commit

Permalink
Merge pull request #21 from cooktheryan/master
Browse files Browse the repository at this point in the history
Shrinks Docker image by 200m
  • Loading branch information
ashcrow committed Feb 4, 2016
2 parents fe5a46c + e624237 commit 1316b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM fedora
MAINTAINER Red Hat, Inc. <container-tools@redhat.com>

RUN dnf -y update && dnf -y install --setopt=tsflags=nodocs redhat-rpm-config python-pip python-virtualenv git gcc libffi-devel
RUN dnf -y update && dnf -y install --setopt=tsflags=nodocs redhat-rpm-config python-pip python-virtualenv git gcc libffi-devel ; dnf clean all

ENV MHM_RELEASE v0.0.0
ENV PYTHONPATH /commissaire/src/
Expand Down

0 comments on commit 1316b44

Please sign in to comment.