Experimental tweak of Docker image to try to fix manpage build.

This commit is contained in:
Eric S. Raymond 2023-02-06 16:36:59 -05:00
parent aaaf0ac7d2
commit 7810888164

View file

@ -1,7 +1,7 @@
# This image is built by the Gitlab CI pipeline to be used in subsequent # This image is built by the Gitlab CI pipeline to be used in subsequent
# pipeline steps. # pipeline steps.
FROM ubuntu:focal FROM ubuntu
# tell apt not to ask for any user input # tell apt not to ask for any user input
ENV DEBIAN_FRONTEND=noninteractive ENV DEBIAN_FRONTEND=noninteractive