mirror of
https://github.com/stucki/docker-lineageos
synced 2024-12-19 17:12:29 -05:00
Update to Ubuntu 14.04
This commit is contained in:
parent
bdb173a9d6
commit
15c12e72f7
@ -2,7 +2,7 @@
|
||||
#
|
||||
# VERSION 0.1
|
||||
|
||||
FROM ubuntu:12.04
|
||||
FROM ubuntu:14.04
|
||||
MAINTAINER Michael Stucki <mundaun@gmx.ch>
|
||||
|
||||
ENV DEBIAN_FRONTEND noninteractive
|
||||
@ -10,7 +10,7 @@ ENV DEBIAN_FRONTEND noninteractive
|
||||
RUN sed -i 's/main$/main universe/' /etc/apt/sources.list
|
||||
RUN apt-get -qq update
|
||||
|
||||
RUN apt-get install -y python-software-properties bsdmainutils curl file screen
|
||||
RUN apt-get install -y software-properties-common bsdmainutils curl file screen
|
||||
RUN add-apt-repository ppa:nilarimogard/webupd8
|
||||
RUN apt-get -qq update
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user