Skip to content

Commit

Permalink
stability: Update stressng dockerfile
Browse files Browse the repository at this point in the history
This PR updates the stressng dockerfile in order to avoid
that when installing the packages we have an interactive mode.

Fixes kata-containers#5657

Signed-off-by: Gabriela Cervantes <[email protected]>
  • Loading branch information
GabyCT committed May 24, 2023
1 parent 2189f07 commit cd4cfd8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stability/stressng_dockerfile/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ FROM ubuntu:20.04
# Version of the Dockerfile
LABEL DOCKERFILE_VERSION="1.0"

ENV DEBIAN_FRONTEND=noninteractive

RUN apt-get update && \
apt-get install -y --no-install-recommends sudo build-essential curl && \
apt-get remove -y unattended-upgrades && \
Expand Down

0 comments on commit cd4cfd8

Please sign in to comment.