[.drone.yml]: update image

This commit is contained in:
Jesús 2021-05-10 20:56:03 -05:00
parent 4af14fb304
commit 00b9e5ba03
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -3,10 +3,10 @@ name: default
steps:
- name: test
image: debian:buster
image: debian:bullseye
commands:
- apt-get update -y
- apt-get install -y locales openjdk-11-jre python3-pip
- apt update -y
- apt install -y locales openjdk-11-jre python3-pip
- sed -e 's|^# es_ES.UTF-8 UTF-8|es_ES.UTF-8 UTF-8|g' -i /etc/locale.gen
- sed -e 's|^# en_US.UTF-8 UTF-8|en_US.UTF-8 UTF-8|g' -i /etc/locale.gen
- sed -e 's|^# eo UTF-8|eo UTF-8|g' -i /etc/locale.gen