replace jq with grep

This commit is contained in:
Felix Lohmeier 2019-08-05 18:40:11 +02:00
parent 3fc6fcfc40
commit 66227b9ee4
18 changed files with 18 additions and 18 deletions

View File

@ -7,7 +7,7 @@ ENV OR_URL https://github.com/OpenRefine/OpenRefine/releases/download/v2.6-rc1/o
WORKDIR /app
RUN set -xe \
&& apk add --no-cache bash curl jq tar \
&& apk add --no-cache bash curl grep tar \
&& curl -sSL ${OR_URL} | tar xz --strip 1
VOLUME /data

View File

@ -7,7 +7,7 @@ ENV OR_URL https://github.com/OpenRefine/OpenRefine/releases/download/2.6-rc.2/o
WORKDIR /app
RUN set -xe \
&& apk add --no-cache bash curl jq tar \
&& apk add --no-cache bash curl grep tar \
&& curl -sSL ${OR_URL} | tar xz --strip 1
VOLUME /data

View File

@ -7,7 +7,7 @@ ENV OR_URL https://github.com/OpenRefine/OpenRefine/releases/download/2.7/openre
WORKDIR /app
RUN set -xe \
&& apk add --no-cache bash curl jq tar \
&& apk add --no-cache bash curl grep tar \
&& curl -sSL ${OR_URL} | tar xz --strip 1
VOLUME /data

View File

@ -7,7 +7,7 @@ ENV OR_URL https://github.com/OpenRefine/OpenRefine/releases/download/2.7/openre
WORKDIR /app
RUN set -xe \
&& apk add --no-cache bash curl jq tar \
&& apk add --no-cache bash curl grep tar \
&& curl -sSL ${OR_URL} | tar xz --strip 1
VOLUME /data

View File

@ -7,7 +7,7 @@ ENV OR_URL https://github.com/OpenRefine/OpenRefine/releases/download/2.7-rc.1/o
WORKDIR /app
RUN set -xe \
&& apk add --no-cache bash curl jq tar \
&& apk add --no-cache bash curl grep tar \
&& curl -sSL ${OR_URL} | tar xz --strip 1
VOLUME /data

View File

@ -7,7 +7,7 @@ ENV OR_URL https://github.com/OpenRefine/OpenRefine/releases/download/2.7-rc.2/o
WORKDIR /app
RUN set -xe \
&& apk add --no-cache bash curl jq tar \
&& apk add --no-cache bash curl grep tar \
&& curl -sSL ${OR_URL} | tar xz --strip 1
VOLUME /data

View File

@ -7,7 +7,7 @@ ENV OR_URL https://github.com/OpenRefine/OpenRefine/releases/download/2.8/openre
WORKDIR /app
RUN set -xe \
&& apk add --no-cache bash curl jq tar \
&& apk add --no-cache bash curl grep tar \
&& curl -sSL ${OR_URL} | tar xz --strip 1
VOLUME /data

View File

@ -7,7 +7,7 @@ ENV OR_URL https://github.com/OpenRefine/OpenRefine/releases/download/2.8/openre
WORKDIR /app
RUN set -xe \
&& apk add --no-cache bash curl jq tar \
&& apk add --no-cache bash curl grep tar \
&& curl -sSL ${OR_URL} | tar xz --strip 1
VOLUME /data

View File

@ -7,7 +7,7 @@ ENV OR_URL https://github.com/opencultureconsulting/OpenRefine/releases/download
WORKDIR /app
RUN set -xe \
&& apk add --no-cache bash curl jq tar \
&& apk add --no-cache bash curl grep tar \
&& curl -sSL ${OR_URL} | tar xz --strip 1
VOLUME /data

View File

@ -7,7 +7,7 @@ ENV OR_URL https://github.com/OpenRefine/OpenRefine/releases/download/3.0/openre
WORKDIR /app
RUN set -xe \
&& apk add --no-cache bash curl jq tar \
&& apk add --no-cache bash curl grep tar \
&& curl -sSL ${OR_URL} | tar xz --strip 1
VOLUME /data

View File

@ -7,7 +7,7 @@ ENV OR_URL https://github.com/OpenRefine/OpenRefine/releases/download/3.0/openre
WORKDIR /app
RUN set -xe \
&& apk add --no-cache bash curl jq tar \
&& apk add --no-cache bash curl grep tar \
&& curl -sSL ${OR_URL} | tar xz --strip 1
VOLUME /data

View File

@ -7,7 +7,7 @@ ENV OR_URL https://github.com/OpenRefine/OpenRefine/releases/download/3.1/openre
WORKDIR /app
RUN set -xe \
&& apk add --no-cache bash curl jq tar \
&& apk add --no-cache bash curl grep tar \
&& curl -sSL ${OR_URL} | tar xz --strip 1
VOLUME /data

View File

@ -7,7 +7,7 @@ ENV OR_URL https://github.com/OpenRefine/OpenRefine/releases/download/3.1/openre
WORKDIR /app
RUN set -xe \
&& apk add --no-cache bash curl jq tar \
&& apk add --no-cache bash curl grep tar \
&& curl -sSL ${OR_URL} | tar xz --strip 1
VOLUME /data

View File

@ -7,7 +7,7 @@ ENV OR_URL https://github.com/OpenRefine/OpenRefine/releases/download/3.2/openre
WORKDIR /app
RUN set -xe \
&& apk add --no-cache bash curl jq tar \
&& apk add --no-cache bash curl grep tar \
&& curl -sSL ${OR_URL} | tar xz --strip 1
VOLUME /data

View File

@ -7,7 +7,7 @@ ENV OR_URL https://github.com/OpenRefine/OpenRefine/releases/download/3.2/openre
WORKDIR /app
RUN set -xe \
&& apk add --no-cache bash curl jq tar \
&& apk add --no-cache bash curl grep tar \
&& curl -sSL ${OR_URL} | tar xz --strip 1
VOLUME /data

View File

@ -7,7 +7,7 @@ ENV OR_URL https://github.com/OpenRefine/OpenRefine/releases/download/3.2/openre
WORKDIR /app
RUN set -xe \
&& apk add --no-cache bash curl jq tar \
&& apk add --no-cache bash curl grep tar \
&& curl -sSL ${OR_URL} | tar xz --strip 1
VOLUME /data

View File

@ -7,7 +7,7 @@ ENV OR_URL https://github.com/OpenRefine/OpenRefine/releases/download/3.2/openre
WORKDIR /app
RUN set -xe \
&& apk add --no-cache bash curl jq tar \
&& apk add --no-cache bash curl grep tar \
&& curl -sSL ${OR_URL} | tar xz --strip 1
VOLUME /data

View File

@ -7,7 +7,7 @@ ENV OR_URL https://github.com/OpenRefine/OpenRefine/releases/download/3.2/openre
WORKDIR /app
RUN set -xe \
&& apk add --no-cache bash curl jq tar \
&& apk add --no-cache bash curl grep tar \
&& curl -sSL ${OR_URL} | tar xz --strip 1
VOLUME /data