mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-18 13:58:25 +00:00
add-apt-repository is now in the software-properties-common package
This commit is contained in:
parent
78a296f494
commit
c2d4fae51b
@ -1,7 +1,7 @@
|
||||
FROM sameersbn/ubuntu:latest
|
||||
MAINTAINER sameer@damagehead.com
|
||||
|
||||
RUN apt-get install -y python-software-properties && \
|
||||
RUN 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