Skip to content

Commit 25a0dfc

Browse files
committed
Install less in Dockerfile
1 parent 2bbf189 commit 25a0dfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/docker/ubuntu.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM ubuntu:20.04
22

33
RUN apt-get update && \
4-
apt-get install -y curl git
4+
apt-get install -y curl git less
55

66
RUN curl -OL https://github.com/dandavison/delta/releases/download/0.4.5/delta-0.4.5-x86_64-unknown-linux-gnu.tar.gz && \
77
tar -xzvf delta-0.4.5-x86_64-unknown-linux-gnu.tar.gz

0 commit comments

Comments
 (0)