mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-18 13:58:25 +00:00
Update apt cache before installing software-properties-common
fixes #64
This commit is contained in:
parent
ec97f84bda
commit
73e5454be3
@ -1,7 +1,8 @@
|
||||
FROM sameersbn/ubuntu:14.04.20140508
|
||||
MAINTAINER sameer@damagehead.com
|
||||
|
||||
RUN apt-get install -y software-properties-common && \
|
||||
RUN apt-get update && \
|
||||
apt-get install -y software-properties-common && \
|
||||
add-apt-repository -y ppa:git-core/ppa && \
|
||||
add-apt-repository -y ppa:brightbox/ruby-ng && \
|
||||
apt-get update && \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user