diff --git a/hollywood/Dockerfile b/hollywood/Dockerfile index 866a016..f988c4e 100644 --- a/hollywood/Dockerfile +++ b/hollywood/Dockerfile @@ -1,17 +1,11 @@ -FROM ubuntu:16.04 +FROM ubuntu:20.04 LABEL maintainer "Jessie Frazelle " -RUN apt-get update && apt-get install -y \ - software-properties-common \ - --no-install-recommends && \ - add-apt-repository ppa:hollywood/ppa && \ - apt-get update && \ - apt-get install -y \ +RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \ byobu \ hollywood \ locate \ mlocate \ - --no-install-recommends \ && rm -rf /var/lib/apt/lists/* \ && updatedb