1
0
mirror of https://github.com/stucki/docker-lineageos synced 2024-12-19 17:12:29 -05:00

Add "file" as this seems to be missing in recent base images

This commit is contained in:
Michael Stucki 2014-02-20 16:52:21 +01:00
parent 529e27786c
commit f2cc846b2e

View File

@ -10,7 +10,7 @@ RUN grep -q "universe" /etc/apt/sources.list || echo "deb http://archive.ubuntu.
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 bsdmainutils curl screen RUN apt-get install -y python-software-properties bsdmainutils curl file screen
RUN add-apt-repository ppa:nilarimogard/webupd8 RUN add-apt-repository ppa:nilarimogard/webupd8
RUN apt-get update RUN apt-get update