diff --git a/Containerfile.toolbox b/Containerfile.toolbox index 30a62232c09..c1cf1f387eb 100644 --- a/Containerfile.toolbox +++ b/Containerfile.toolbox @@ -8,7 +8,8 @@ LABEL com.github.containers.toolbox="true" \ COPY toolbox-packages /toolbox-packages -RUN apt-get update && apt-get upgrade -y \ +RUN apt-get update && \ + apt-get upgrade -y && \ DEBIAN_FRONTEND=noninteractive apt-get -y install \ $(cat toolbox-packages | xargs) && \ rm -rd /var/lib/apt/lists/*