summaryrefslogtreecommitdiffstats
path: root/etc/docker/ubuntu.Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/docker/ubuntu.Dockerfile')
-rw-r--r--etc/docker/ubuntu.Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/docker/ubuntu.Dockerfile b/etc/docker/ubuntu.Dockerfile
index 9522b787..f246b093 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