Skip to content

Commit

Permalink
add DEBIAN_FRONTEND=noninteractive
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed May 17, 2022
1 parent 654a070 commit 65f3507
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ RUN apt-get update && \

ENV PATH=$PATH:/opt/mfem-view/bin
ENV LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/mfem-view/lib:/opt/mfem-view/lib64
ENV DEBIAN_FRONTEND=noninteractive

# The user will see the view on shell into the container
WORKDIR /opt/mfem-view
Expand Down

0 comments on commit 65f3507

Please sign in to comment.