Skip to content

Commit

Permalink
Dockerfile: Add DEBIAN_FRONTEND=noninteractive to avoid hang
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhinder authored Sep 17, 2024
1 parent 20a17d7 commit 3362603
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ FROM ubuntu:20.04
# Maintainer of the docker image, not the code!
MAINTAINER "Ian Hinder <[email protected]>"

ARG DEBIAN_FRONTEND=noninteractive

RUN apt-get update -y && \
apt-get install -y python3 python3-pip python3-requests graphviz libgraphviz-dev curl && \
rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 3362603

Please sign in to comment.