ci: towards testing non-LTS ubuntu versions

This commit is contained in:
Erik Sundell
2021-10-17 18:36:34 +02:00
parent e1b39cc4d3
commit 2dfe4b8211
3 changed files with 73 additions and 39 deletions

View File

@@ -4,7 +4,7 @@ FROM ubuntu:${ubuntu_version}
# DEBIAN_FRONTEND is set to avoid being asked for input and hang during build:
# https://anonoz.github.io/tech/2020/04/24/docker-build-stuck-tzdata.html
RUN DEBIAN_FRONTEND=noninteractive \
RUN export DEBIAN_FRONTEND=noninteractive \
&& apt-get update \
&& apt-get install --yes \
systemd \