aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--images/ubuntu/Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/images/ubuntu/Dockerfile b/images/ubuntu/Dockerfile
index bd3c7df..a728102 100644
--- a/images/ubuntu/Dockerfile
+++ b/images/ubuntu/Dockerfile
@@ -185,6 +185,8 @@ RUN apt-get update && apt-get upgrade -y && apt-get install -y \
fd-find \
silversearcher-ag \
fzf \
+ # Command runners
+ just \
&& rm -rf /var/lib/apt/lists/*
# Install Docker via official script