summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2020-12-24 11:24:43 +0000
committerDan Davison <dandavison7@gmail.com>2020-12-24 11:24:43 +0000
commit25a0dfcd6b04f85035715ff7140ba7f3d2406472 (patch)
tree31b5f73bcdd746c72e83474b60093bfa8f069bf2
parent2bbf1891a6ef4965aed6a063b9ff97308abbd10b (diff)
Install less in 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