ci: add jq to app image

This commit is contained in:
Rainer Killinger
2021-10-20 12:11:49 +02:00
parent 581a5b2e55
commit 18ab8d592e

View File

@@ -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 && \