Skip to content

Commit

Permalink
[box] Use noninteractive frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
david committed Oct 23, 2024
1 parent 3e5fc58 commit 1a8a13e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ LABEL com.github.containers.toolbox="true" \
summary="A cloud-native terminal experience" \
maintainer="[email protected]"

ENV DEBIAN_FRONTEND noninteractive

RUN apt-get update --assume-yes && \
apt-get upgrade --assume-yes && \
apt-get install --assume-yes --no-install-recommends \
Expand Down

0 comments on commit 1a8a13e

Please sign in to comment.