mirror of
https://github.com/opencultureconsulting/openrefine-client.git
synced 2025-03-09 00:00:22 +01:00
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
|
||||
|
||||
# Install python and pip
|
||||
# ... and curl for https://github.com/opencultureconsulting/openrefine-batch
|
||||
RUN apk add --no-cache \
|
||||
python \
|
||||
py-pip
|
||||
py-pip \
|
||||
curl
|
||||
|
||||
# Install dependency urllib2_file
|
||||
RUN pip install urllib2_file==0.2.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user