Skip to content

Commit

Permalink
DEBIAN_FRONTEND=noninteractive to avoid locks due to expected input
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxmaniac committed Feb 5, 2024
1 parent 82f4331 commit 205e0fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create_dockerfile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ fi
cat >>"${dist}"/Dockerfile <<EOF
RUN rm -rf /var/lib/apt/lists/* && apt-get update
RUN echo MIRRORSITE=http://${MIRROR}/${base} > /etc/pbuilderrc
RUN apt-get install -qq --assume-yes ${CLANG} pbuilder ${TOOLS}
RUN DEBIAN_FRONTEND=noninteractive apt-get install -qq --assume-yes ${CLANG} pbuilder ${TOOLS}
VOLUME /code
Expand Down

0 comments on commit 205e0fe

Please sign in to comment.