From: Eric S. Raymond Date: Mon, 6 Feb 2023 21:36:59 +0000 (-0500) Subject: Experimental tweak of Docker image to try to fix manpage build. X-Git-Tag: 1.12~3 X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=commitdiff_plain;h=78108881646d248cba6758fa32c9c0ca8a0b704d Experimental tweak of Docker image to try to fix manpage build. --- diff --git a/Dockerfile.ci b/Dockerfile.ci index f7dcab9..535ed65 100644 --- a/Dockerfile.ci +++ b/Dockerfile.ci @@ -1,7 +1,7 @@ # This image is built by the Gitlab CI pipeline to be used in subsequent # pipeline steps. -FROM ubuntu:focal +FROM ubuntu # tell apt not to ask for any user input ENV DEBIAN_FRONTEND=noninteractive