mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
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:
parent
a2da374763
commit
14278f8b62
|
@ -1,17 +1,11 @@
|
|||
FROM ubuntu:16.04
|
||||
FROM ubuntu:20.04
|
||||
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
|
||||
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user