restore curl for openrefine-batch
This commit is contained in:
parent
e03b3633e5
commit
04db513453
|
@ -4,9 +4,11 @@ LABEL maintainer="felixlohmeier@opencultureconsulting.com"
|
||||||
# Source: https://github.com/opencultureconsulting/openrefine-client
|
# Source: https://github.com/opencultureconsulting/openrefine-client
|
||||||
|
|
||||||
# Install python and pip
|
# Install python and pip
|
||||||
|
# ... and curl for https://github.com/opencultureconsulting/openrefine-batch
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
python \
|
python \
|
||||||
py-pip
|
py-pip \
|
||||||
|
curl
|
||||||
|
|
||||||
# Install dependency urllib2_file
|
# Install dependency urllib2_file
|
||||||
RUN pip install urllib2_file==0.2.1
|
RUN pip install urllib2_file==0.2.1
|
||||||
|
|
Loading…
Reference in New Issue