diff --git a/scripts/ci/Dockerfile b/scripts/ci/Dockerfile index 58e06887..c8d048da 100644 --- a/scripts/ci/Dockerfile +++ b/scripts/ci/Dockerfile @@ -1,5 +1,7 @@ FROM ubuntu:latest +ENV DEBIAN_FRONTEND=noninteractive + RUN apt-get update RUN apt-get install -y \ automake \