Skip to content

Commit

Permalink
Add required dependency for tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Feb 21, 2024
1 parent 45363df commit 189c59e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ COPY test/ /test/

# Install dependencies and set up a sudo user without password
RUN dnf update -y \
&& dnf install -y sudo curl wget ca-certificates findutils \
&& dnf install -y sudo curl wget ca-certificates findutils util-linux \
&& dnf clean all \
&& adduser user \
&& usermod -aG wheel user \
Expand Down

0 comments on commit 189c59e

Please sign in to comment.