diff --git a/client-py/Dockerfile b/client-py/Dockerfile index acdd756..0956747 100644 --- a/client-py/Dockerfile +++ b/client-py/Dockerfile @@ -2,6 +2,7 @@ FROM alpine:latest MAINTAINER felixlohmeier # 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 \