update openjdk-11 in gitlab-ci.yml
This commit is contained in:
parent
78b9504457
commit
9378ac5d99
@ -2,7 +2,7 @@ image: debian
|
|||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- apt-get update -y
|
- apt-get update -y
|
||||||
- apt-get install -y locales openjdk-8-jre python3-pip
|
- apt-get install -y locales openjdk-11-jre python3-pip
|
||||||
- sed -i 's/# \(es_ES.UTF-8 UTF-8\)/\1/' /etc/locale.gen
|
- sed -i 's/# \(es_ES.UTF-8 UTF-8\)/\1/' /etc/locale.gen
|
||||||
- sed -i 's/# \(en_US.UTF-8 UTF-8\)/\1/' /etc/locale.gen
|
- sed -i 's/# \(en_US.UTF-8 UTF-8\)/\1/' /etc/locale.gen
|
||||||
- sed -i 's/# \(eo.UTF-8 UTF-8\)/\1/' /etc/locale.gen
|
- sed -i 's/# \(eo.UTF-8 UTF-8\)/\1/' /etc/locale.gen
|
||||||
|
Loading…
x
Reference in New Issue
Block a user