mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-25 14:08:09 +00:00
dockerfile: install updated git-core from git-core/ppa repo
This commit is contained in:
parent
133681a088
commit
45a9b99eff
@ -1,7 +1,9 @@
|
||||
FROM sameersbn/ubuntu:14.04.20141001
|
||||
MAINTAINER sameer@damagehead.com
|
||||
|
||||
RUN apt-get update \
|
||||
RUN apt-key adv --keyserver keyserver.ubuntu.com --recv E1DF1F24 \
|
||||
&& echo "deb http://ppa.launchpad.net/git-core/ppa/ubuntu trusty main" >> /etc/apt/sources.list \
|
||||
&& apt-get update \
|
||||
&& apt-get install -y supervisor logrotate locales \
|
||||
nginx openssh-server redis-tools mysql-client \
|
||||
git-core postgresql-client ruby \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user