diff --git a/Dockerfile b/Dockerfile index 3e567db..3015f5e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ FROM ubuntu:22.04 +ARG DEBIAN_FRONTEND=noninteractive USER root