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:
parent
529e27786c
commit
f2cc846b2e
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user