mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-26 00:30:05 +01:00
Gitlab CI: set DEBIAN_FRONTEND noninteractive for the Ubuntu images
Because Godot doesn't care about tzdata, so waiting for him is pointless. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
608b451eaf
commit
dc877190ec
1 changed files with 5 additions and 5 deletions
|
|
@ -275,11 +275,11 @@ fedora:27@docker-prep:
|
|||
# create a Dockerfile with our dependencies
|
||||
- echo "FROM ubuntu:$UBUNTU_VERSION" > Dockerfile
|
||||
- echo "WORKDIR /app" >> Dockerfile
|
||||
- echo "RUN apt-get update" >> Dockerfile
|
||||
- echo "RUN apt-get install -y software-properties-common" >> Dockerfile
|
||||
- echo "RUN add-apt-repository universe" >> Dockerfile
|
||||
- echo "RUN apt-get update" >> Dockerfile
|
||||
- echo "RUN apt-get install -y $UBUNTU_DEBS" >> Dockerfile
|
||||
- echo "RUN DEBIAN_FRONTEND=noninteractive apt-get update" >> Dockerfile
|
||||
- echo "RUN DEBIAN_FRONTEND=noninteractive apt-get install -y software-properties-common" >> Dockerfile
|
||||
- echo "RUN DEBIAN_FRONTEND=noninteractive add-apt-repository universe" >> Dockerfile
|
||||
- echo "RUN DEBIAN_FRONTEND=noninteractive apt-get update" >> Dockerfile
|
||||
- echo "RUN DEBIAN_FRONTEND=noninteractive apt-get install -y $UBUNTU_DEBS" >> Dockerfile
|
||||
|
||||
# create the docker image
|
||||
- docker build --tag $UBUNTU_DOCKER_IMAGE:latest --tag $UBUNTU_DOCKER_IMAGE:$CI_JOB_ID .
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue