Skip to content

Commit

Permalink
Install less in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dandavison committed Dec 24, 2020
1 parent 2bbf189 commit 25a0dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/docker/ubuntu.Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 25a0dfc

Please sign in to comment.