mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
ci: towards testing non-LTS ubuntu versions
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user