mirror of
https://github.com/opencultureconsulting/openrefine-client.git
synced 2025-04-13 00:00:34 +02:00
Revert "removed urllib2 dependencies"
This reverts commit 44fd7c4611765579595cd908d66ceac3cc10cf98.
This commit is contained in:
parent
37004aadff
commit
f70fed2966
@ -3,14 +3,18 @@ MAINTAINER felixlohmeier <felixlohmeier@opencultureconsulting.com>
|
||||
# The OpenRefine Python Client Library from PaulMakepeace provides an interface to communicating with an OpenRefine server. This fork extends the CLI with some options to create new OpenRefine projects from files.
|
||||
# Source: https://github.com/felixlohmeier/openrefine-client
|
||||
|
||||
# Install python, wget, unzip, curl and grep
|
||||
# Install python, pip, wget, unzip, curl and grep
|
||||
RUN apk add --no-cache \
|
||||
python \
|
||||
py-pip \
|
||||
wget \
|
||||
unzip \
|
||||
curl \
|
||||
grep
|
||||
|
||||
# Install dependency urllib2_file
|
||||
RUN pip install urllib2_file==0.2.1
|
||||
|
||||
# Download and build openrefine-client-master
|
||||
WORKDIR /app
|
||||
RUN wget --no-check-certificate https://github.com/felixlohmeier/openrefine-client/archive/master.zip
|
||||
|
Loading…
x
Reference in New Issue
Block a user