mirror of
https://github.com/stucki/docker-lineageos
synced 2025-01-09 17:39:47 -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
|
||||
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 apt-get update
|
||||
|
Loading…
x
Reference in New Issue
Block a user