From 25a0dfcd6b04f85035715ff7140ba7f3d2406472 Mon Sep 17 00:00:00 2001 From: Dan Davison Date: Thu, 24 Dec 2020 11:24:43 +0000 Subject: Install less in Dockerfile --- etc/docker/ubuntu.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/docker/ubuntu.Dockerfile b/etc/docker/ubuntu.Dockerfile index 9522b78..f246b09 100644 --- a/etc/docker/ubuntu.Dockerfile +++ b/etc/docker/ubuntu.Dockerfile @@ -1,7 +1,7 @@ FROM ubuntu:20.04 RUN apt-get update && \ - apt-get install -y curl git + apt-get install -y curl git less RUN curl -OL https://github.com/dandavison/delta/releases/download/0.4.5/delta-0.4.5-x86_64-unknown-linux-gnu.tar.gz && \ tar -xzvf delta-0.4.5-x86_64-unknown-linux-gnu.tar.gz -- cgit v1.2.3