1
0
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:
Michael Stucki 2014-02-15 09:58:40 +01:00
parent 9318dccfa9
commit ecb2213c82

View File

@ -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