Skip to content

Commit bc32cbf

Browse files
authored
Merge pull request #32 from movabletype/fix-install-modules-from-https
Install modules from https://www.cpan.org
2 parents ebcc815 + cd2f2a7 commit bc32cbf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mt/mt-watcher/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ RUN set -ex \
1616
&& rm -fr /tmp/docker \
1717
&& cd \
1818
## cpan libraries
19-
&& cpanm Filesys::Notify::Simple Linux::Inotify2 \
19+
&& cpanm --from https://www.cpan.org Filesys::Notify::Simple Linux::Inotify2 \
2020
&& apt-get purge -y curl gcc

0 commit comments

Comments
 (0)