Skip to content

Commit

Permalink
Add curl and sudo to support nix install action
Browse files Browse the repository at this point in the history
  • Loading branch information
praveksharma committed Apr 3, 2024
1 parent 02e9d7a commit 22a27cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ubuntu-focal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 22a27cf

Please sign in to comment.