Skip to content

Commit

Permalink
fix(images): use noninteractive apt-get frontend (#975)
Browse files Browse the repository at this point in the history
  • Loading branch information
gtirloni authored Feb 20, 2024
1 parent 5c44b2d commit 52f5d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ APT_INSTALL:
ARG PACKAGES
RUN \
apt-get update && \
apt-get install --no-install-recommends -y ${PACKAGES} && \
DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y ${PACKAGES} && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 52f5d5d

Please sign in to comment.