mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-22 17:42:57 +00:00
ci: add jq to app image
This commit is contained in:
@@ -52,7 +52,8 @@ RUN apt-get update && \
|
|||||||
ssh \
|
ssh \
|
||||||
unzip \
|
unzip \
|
||||||
wget \
|
wget \
|
||||||
gpg-agent
|
gpg-agent \
|
||||||
|
jq
|
||||||
|
|
||||||
### Setup the locale
|
### Setup the locale
|
||||||
RUN sed -i 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && \
|
RUN sed -i 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && \
|
||||||
|
|||||||
Reference in New Issue
Block a user