Upgrade to Ubuntu 20.04

Removed `--no-install-recommends` to install supporting packages to make it work again
Switched away from PPA for hollywood as handled by ubuntu sources
This commit is contained in:
ant Kenworthy 2020-07-23 23:15:11 +01:00 committed by GitHub
parent a2da374763
commit 14278f8b62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,17 +1,11 @@
FROM ubuntu:16.04 FROM ubuntu:20.04
LABEL maintainer "Jessie Frazelle <jess@linux.com>" LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apt-get update && apt-get install -y \ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
software-properties-common \
--no-install-recommends && \
add-apt-repository ppa:hollywood/ppa && \
apt-get update && \
apt-get install -y \
byobu \ byobu \
hollywood \ hollywood \
locate \ locate \
mlocate \ mlocate \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/* \ && rm -rf /var/lib/apt/lists/* \
&& updatedb && updatedb