Skip to content

Commit

Permalink
Chore(experiment): Add util-linux in experiment base image
Browse files Browse the repository at this point in the history
Signed-off-by: Udit Gaurav <[email protected]>
  • Loading branch information
uditgaurav committed Jan 9, 2024
1 parent de32cf6 commit bd5e6b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions custom/hardened-alpine/experiment/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ ARG LITMUS_VERSION

RUN rm -rf /var/lib/apt/lists/*

RUN apk add --no-cache util-linux=2.38-r1

# Install generally useful things
RUN apk --update add \
sudo \
Expand Down

0 comments on commit bd5e6b8

Please sign in to comment.