Skip to content

Commit 1322b65

Browse files
committed
Install jq for wait-for-es.sh
1 parent 0294d39 commit 1322b65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ WORKDIR /metacpan-api
99
# size of the images.
1010
RUN mkdir /CPAN \
1111
&& apt-get update \
12-
&& apt-get install -y --no-install-recommends rsync=3.1.3-6 \
12+
&& apt-get install -y --no-install-recommends rsync=3.1.3-6 jq \
1313
&& apt-get clean \
1414
&& rm -rf /var/lib/apt/lists/* \
1515
&& cpm install --global \

0 commit comments

Comments
 (0)