Skip to content

Commit c2a9b5e

Browse files
committed
add lib dir to PERL5LIB in Dockerfile
1 parent 4c805fb commit c2a9b5e

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
@@ -12,7 +12,7 @@ RUN \
1212
cpm install --show-build-log-on-failure
1313
EOT
1414

15-
ENV PERL5LIB="/metacpan-api-v0-shim/local/lib/perl5"
15+
ENV PERL5LIB="/metacpan-api-v0-shim/lib:/metacpan-api-v0-shim/local/lib/perl5"
1616
ENV PATH="/metacpan-api-v0-shim/local/bin:${PATH}"
1717

1818
COPY app.psgi ./

0 commit comments

Comments
 (0)