[.drone.yml]: change to alpine image
This commit is contained in:
parent
00b9e5ba03
commit
e5ec52d32f
11
.drone.yml
11
.drone.yml
@ -3,15 +3,10 @@ name: default
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: test
|
- name: test
|
||||||
image: debian:bullseye
|
image: alpine:3.13.5
|
||||||
commands:
|
commands:
|
||||||
- apt update -y
|
- apk update
|
||||||
- apt install -y locales openjdk-11-jre python3-pip
|
- apk add musl-locales openjdk11 py3-pip make
|
||||||
- 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
|
|
||||||
- sed -e 's|^# fr_FR.UTF-8 UTF-8|fr_FR.UTF-8 UTF-8|g' -i /etc/locale.gen
|
|
||||||
- dpkg-reconfigure --frontend=noninteractive locales
|
|
||||||
- pip3 install babel beautifulsoup4 html5validator markdown pelican
|
- pip3 install babel beautifulsoup4 html5validator markdown pelican
|
||||||
- export LANG=es_ES.UTF-8 LANGUAGE=es_ES
|
- export LANG=es_ES.UTF-8 LANGUAGE=es_ES
|
||||||
- (cd cl-theme/ && make compile)
|
- (cd cl-theme/ && make compile)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user