mirror of https://gitlab.crans.org/bde/nk20
Fix tzdata prompt during apt install
This commit is contained in:
parent
739da3a090
commit
aa247c281f
|
@ -22,6 +22,8 @@ py38-django22:
|
||||||
stage: test
|
stage: test
|
||||||
image: ubuntu:20.04
|
image: ubuntu:20.04
|
||||||
before_script:
|
before_script:
|
||||||
|
# Fix tzdata prompt
|
||||||
|
- ln -sf /usr/share/zoneinfo/Europe/Paris /etc/localtime && echo Europe/Paris > /etc/timezone
|
||||||
- >
|
- >
|
||||||
apt-get update &&
|
apt-get update &&
|
||||||
apt-get install -y python3-django python3-django-crispy-forms
|
apt-get install -y python3-django python3-django-crispy-forms
|
||||||
|
|
Loading…
Reference in New Issue