client-py docker image is deprecated - new version available at https://hub.docker.com/r/felixlohmeier/openrefine-client/

This commit is contained in:
Felix Lohmeier 2017-02-02 02:30:19 +01:00
parent 528f734770
commit ea74673e1f
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ FROM alpine:latest
MAINTAINER felixlohmeier <felixlohmeier@opencultureconsulting.de>
# Client for batch processing with OpenRefine: https://github.com/PaulMakepeace/refine-client-py/
# expects an OpenRefine container running with --name=refine-server
# !!!LEGACY/DEPRECATED!!! Please use improved version at https://hub.docker.com/r/felixlohmeier/openrefine-client/
# Install python, pip, wget, unzip and bash
RUN apk add --no-cache \