Skip to content

Commit

Permalink
update geosafe repo and version of easy_install_pip
Browse files Browse the repository at this point in the history
  • Loading branch information
boney-bun committed Oct 17, 2017
1 parent c92c257 commit 28c31f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployment/docker-inasafe-headless/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ RUN echo "export VISIBLE=now" >> /etc/profile
#-------------Application Specific Stuff ----------------------------------------------------
# Install git, xvfb
RUN apt-get -y update; apt-get -y --force-yes install git xvfb python-setuptools python-dev libssl-dev libffi-dev
RUN easy_install pip==7.1.2
RUN easy_install pip==9.0.1
ADD REQUIREMENTS.txt /REQUIREMENTS.txt
ADD REQUIREMENTS-headless.txt /REQUIREMENTS-headless.txt
ADD REQUIREMENTS-realtime.txt /REQUIREMENTS-realtime.txt
Expand Down
2 changes: 1 addition & 1 deletion src/geosafe

0 comments on commit 28c31f0

Please sign in to comment.