mirror of
https://github.com/pragma-/pbot.git
synced 2025-12-13 04:07:27 +01:00
Missing cpan dependency.
This commit is contained in:
parent
22d5823e9c
commit
a493a7162e
@ -4,12 +4,10 @@ FROM perl:5.34
|
|||||||
RUN apt-get update && apt-get install -y make gcc clang cpanminus dos2unix wamerican
|
RUN apt-get update && apt-get install -y make gcc clang cpanminus dos2unix wamerican
|
||||||
|
|
||||||
# Install pbot and its own dependencies.
|
# Install pbot and its own dependencies.
|
||||||
RUN cd /opt && git clone --recursive https://github.com/pragma-/pbot
|
# FIXME: Replace nitrix with pragma-.
|
||||||
|
RUN cd /opt && git clone --recursive https://github.com/nitrix/pbot
|
||||||
RUN cd /opt/pbot && cpanm -n --installdeps . --with-all-features --without-feature=compiler_vm_win32
|
RUN cd /opt/pbot && cpanm -n --installdeps . --with-all-features --without-feature=compiler_vm_win32
|
||||||
|
|
||||||
# HACK: Missing from the cpanfile.
|
|
||||||
RUN cpanm Import::Into
|
|
||||||
|
|
||||||
# Mount point for to persist the bot's data.
|
# Mount point for to persist the bot's data.
|
||||||
RUN mkdir /mnt/persistent
|
RUN mkdir /mnt/persistent
|
||||||
|
|
||||||
|
|||||||
1
cpanfile
1
cpanfile
@ -26,6 +26,7 @@ requires 'File::HomeDir';
|
|||||||
requires 'File::Spec';
|
requires 'File::Spec';
|
||||||
requires 'Getopt::Long';
|
requires 'Getopt::Long';
|
||||||
requires 'HTML::Entities';
|
requires 'HTML::Entities';
|
||||||
|
requires 'Import::Into';
|
||||||
requires 'IO::File';
|
requires 'IO::File';
|
||||||
requires 'IO::Select';
|
requires 'IO::Select';
|
||||||
requires 'IO::Socket';
|
requires 'IO::Socket';
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user