Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
Merge pull request #5658 from GabyCT/topic/dockerfilestress
Browse files Browse the repository at this point in the history
stability: Update stressng dockerfile
  • Loading branch information
fidencio authored May 25, 2023
2 parents 2189f07 + cd4cfd8 commit 84189e8
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 84189e8

Please sign in to comment.