restore curl for openrefine-batch

This commit is contained in:
Felix Lohmeier 2019-07-29 23:12:09 +02:00
parent e03b3633e5
commit 04db513453
1 changed files with 3 additions and 1 deletions

View File

@ -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