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

Commit

Permalink
Update of Dockerfile
Browse files Browse the repository at this point in the history
Missing dependency which broke new functionality introduced today.
  • Loading branch information
cooktheryan committed Feb 6, 2016
1 parent dcb8735 commit 9b37cc6
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 ; dnf clean all
RUN dnf -y update && dnf -y install --setopt=tsflags=nodocs openssh-clients 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 9b37cc6

Please sign in to comment.