зеркало из https://github.com/mozilla/fxa.git
bug(CI): Add curl to docker images
This commit is contained in:
Родитель
fefab72c3d
Коммит
dcccce4abc
|
@ -15,6 +15,7 @@ RUN apt-get update && apt-get install -y \
|
|||
build-essential \
|
||||
zip \
|
||||
jq \
|
||||
curl \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY --chown=app:app . /fxa
|
||||
|
|
|
@ -12,6 +12,7 @@ RUN apt-get update && apt-get install -y \
|
|||
netcat \
|
||||
openssl \
|
||||
jq \
|
||||
curl \
|
||||
iputils-ping \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче