mirror of
https://github.com/stucki/docker-lineageos
synced 2024-12-19 17:12:29 -05:00
Install bsdmainutils (required for "column")
This commit is contained in:
parent
9318dccfa9
commit
ecb2213c82
@ -9,7 +9,7 @@ RUN echo "deb http://archive.ubuntu.com/ubuntu precise universe" >> /etc/apt/sou
|
|||||||
|
|
||||||
ENV DEBIAN_FRONTEND noninteractive
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
RUN apt-get -qq update
|
RUN apt-get -qq update
|
||||||
RUN apt-get install -y python-software-properties curl screen
|
RUN apt-get install -y python-software-properties bsdmainutils curl screen
|
||||||
|
|
||||||
RUN add-apt-repository ppa:nilarimogard/webupd8
|
RUN add-apt-repository ppa:nilarimogard/webupd8
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
|
Loading…
Reference in New Issue
Block a user