Skip to content
This repository has been archived by the owner on Nov 8, 2019. It is now read-only.

Commit

Permalink
Merge pull request #123 from TomasTomecek/update-django-image
Browse files Browse the repository at this point in the history
update django image
  • Loading branch information
scollier committed Sep 1, 2015
2 parents b6e8df7 + f06e261 commit a0f362b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Django/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM fedora:20
FROM fedora
MAINTAINER http://fedoraproject.org/wiki/Cloud

RUN yum -y update && yum clean all
RUN yum -y install python-pip python-django git sqlite && yum clean all
RUN dnf -y update && dnf clean all
RUN dnf -y install python-pip python-django git sqlite python-psycopg2 && dnf clean all

EXPOSE 8000

Expand Down

0 comments on commit a0f362b

Please sign in to comment.