2
0
mirror of https://github.com/woahbase/alpine-searx synced 2025-08-22 09:57:10 +00:00

missing curl

This commit is contained in:
lapnapra 2017-12-26 12:28:01 +05:30
parent 4a514619f3
commit e64740b071
2 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,7 @@ RUN set -xe \
libxslt \ libxslt \
openssl \ openssl \
&& apk add --no-cache -t build-dependencies \ && apk add --no-cache -t build-dependencies \
curl \
build-base \ build-base \
python-dev \ python-dev \
libffi-dev \ libffi-dev \

View File

@ -14,6 +14,7 @@ RUN set -xe \
libxslt \ libxslt \
openssl \ openssl \
&& apk add --no-cache -t build-dependencies \ && apk add --no-cache -t build-dependencies \
curl \
build-base \ build-base \
python-dev \ python-dev \
libffi-dev \ libffi-dev \