зеркало из https://github.com/mozilla/fxa.git
Merge pull request #15108 from mozilla/install-jq-in-docker
task(ci): Add jq to docker
This commit is contained in:
Коммит
fefab72c3d
|
@ -14,6 +14,7 @@ RUN apt-get update && apt-get install -y \
|
|||
python3-dev \
|
||||
build-essential \
|
||||
zip \
|
||||
jq \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY --chown=app:app . /fxa
|
||||
|
|
|
@ -11,6 +11,7 @@ RUN set -x \
|
|||
RUN apt-get update && apt-get install -y \
|
||||
netcat \
|
||||
openssl \
|
||||
jq \
|
||||
iputils-ping \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче