diff --git a/Dockerfile b/Dockerfile index 4a28c8e..02f7998 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,9 @@ FROM ubuntu:rolling +# Needed to prevent ubuntu from showing interactive +# dialog when e.g. installing tzdata +ARG DEBIAN_FRONTEND=noninteractive + RUN apt-get update -y && apt-get upgrade -y && apt-get install -y\ # Base dependencies for: `git push` xwim build ## meson/build essentials