There was an error while loading. Please reload this page.
1 parent 4f968e6 commit 728a2e7Copy full SHA for 728a2e7
Dockerfile
@@ -15,7 +15,7 @@ RUN curl -sL https://deb.nodesource.com/setup_18.x | bash \
15
COPY . /metacpan-web/
16
WORKDIR /metacpan-web
17
18
-RUN yarn install
+RUN yarn install && yarn cache clean
19
20
RUN cpanm --notest App::cpm \
21
&& cpm install -g Carton \
0 commit comments