From 589cfd1b888b397ad4450d582ae73518fa58fa33 Mon Sep 17 00:00:00 2001 From: Pravek Sharma Date: Wed, 3 Apr 2024 15:11:50 -0400 Subject: [PATCH] Add curl and sudo to support nix install action Signed-off-by: Pravek Sharma --- ubuntu-focal/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ubuntu-focal/Dockerfile b/ubuntu-focal/Dockerfile index 74ccef9..c65c522 100644 --- a/ubuntu-focal/Dockerfile +++ b/ubuntu-focal/Dockerfile @@ -47,6 +47,8 @@ RUN DEBIAN_FRONTEND=noninteractive TZ=Europe/Zurich && \ lsb-release software-properties-common \ lcov \ graphviz \ + sudo \ + curl \ yamllint && \ npm -g install ajv ajv-cli && \ pip3 install tabulate jinja2