Skip to content

Commit

Permalink
Experiment by removing noninteractive frontend
Browse files Browse the repository at this point in the history
Setting `DEBIAN_FRONTEND=noninteractive` is discouraged and may not be necessary so let's see if it still builds ok without it. It should tidy up the commands listed for each layer on docker hub so that (more of) the command is visible too.
  • Loading branch information
bdevans authored Jan 9, 2024
1 parent fd437d9 commit a90181d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ LABEL maintainer="Ben Evans <[email protected]>" \
org.opencontainers.image.documentation="https://chaste.github.io/docs/installguides/docker/"

USER root
ARG DEBIAN_FRONTEND=noninteractive
# ARG DEBIAN_FRONTEND=noninteractive
# Declare BASE in this build stage (the value is inherited from the global stage)
# https://github.com/moby/moby/issues/34482
ARG BASE
Expand Down

0 comments on commit a90181d

Please sign in to comment.