Skip to content

Commit

Permalink
Merge pull request #26 from bryanlatten/fix-git
Browse files Browse the repository at this point in the history
Dockerfile: updated to new git
  • Loading branch information
Bryan Latten committed Apr 4, 2015
2 parents f0a17aa + 8b9b18e commit ba109ee
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
Expand Up @@ -18,7 +18,7 @@ RUN apt-get update && \
# http://article.gmane.org/gmane.linux.kernel/1853266
RUN add-apt-repository ppa:git-core/ppa -y && \
apt-get update -yq && \
apt-get install -yq git=1:2.3.4-0ppa2~ubuntu14.04.1
apt-get install -yq git=1:2.3.5-0ppa1~ubuntu14.04.1

# singularity_runner
RUN apt-get install build-essential ruby1.9.1-dev -y && \
Expand Down

0 comments on commit ba109ee

Please sign in to comment.