We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0294d39 commit 1322b65Copy full SHA for 1322b65
Dockerfile
@@ -9,7 +9,7 @@ WORKDIR /metacpan-api
9
# size of the images.
10
RUN mkdir /CPAN \
11
&& apt-get update \
12
- && apt-get install -y --no-install-recommends rsync=3.1.3-6 \
+ && apt-get install -y --no-install-recommends rsync=3.1.3-6 jq \
13
&& apt-get clean \
14
&& rm -rf /var/lib/apt/lists/* \
15
&& cpm install --global \
0 commit comments