Skip to content

Commit

Permalink
Added git as requirement.
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Littman committed Feb 24, 2016
1 parent a6c2673 commit 5fed2b3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions docker/app-dev-runserver/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ MAINTAINER Rajat Vij <[email protected]>

#This pre-fetches the most recent requirements.apt.
ADD https://raw.githubusercontent.com/gwu-libraries/sfm-ui/master/requirements/requirements.apt /opt/sfm-setup/
RUN apt-get update && apt-get install -y \
git=1:1.9.1-1ubuntu0.2
RUN apt-get update
RUN cat /opt/sfm-setup/requirements.apt | tr "\n" " " | xargs apt-get install -y
RUN pip install pip==7.1.2
#This pre-fetches the most recent requirements.txt.
Expand Down
3 changes: 1 addition & 2 deletions docker/app-dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ MAINTAINER Rajat Vij <[email protected]>

#This pre-fetches the most recent requirements.apt.
ADD https://raw.githubusercontent.com/gwu-libraries/sfm-ui/master/requirements/requirements.apt /opt/sfm-setup/
RUN apt-get update && apt-get install -y \
git=1:1.9.1-1ubuntu0.2
RUN apt-get update
RUN cat /opt/sfm-setup/requirements.apt | tr "\n" " " | xargs apt-get install -y
RUN pip install pip==7.1.2
#This pre-fetches the most recent requirements.txt.
Expand Down
3 changes: 1 addition & 2 deletions docker/app-master/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ MAINTAINER Rajat Vij <[email protected]>
#This pre-fetches the most recent requirements.apt.
ADD https://raw.githubusercontent.com/gwu-libraries/sfm-ui/master/requirements/requirements.apt /tmp/
RUN apt-get update && apt-get install -y \
zip=3.0-8 \
git=1:1.9.1-1ubuntu0.2
zip=3.0-8
RUN cat /tmp/requirements.apt | tr "\n" " " | xargs apt-get install -y
#Upgrade pip
RUN pip install pip==7.1.2
Expand Down
1 change: 1 addition & 0 deletions requirements/requirements.apt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ libpq-dev=9.3.11-0ubuntu0.14.04
python-pip=1.5.4-1ubuntu3
apache2=2.4.7-1ubuntu4.9
libapache2-mod-wsgi=3.4-4ubuntu2.1.14.04.2
git=1:1.9.1-1ubuntu0.2

0 comments on commit 5fed2b3

Please sign in to comment.