Skip to content

Commit

Permalink
Attempt at eliminating warning from cpanm
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbn committed Oct 31, 2024
1 parent f3f97cf commit e6e71ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ COPY $LOCAL_LIB_FILE $CPAN_FILE ./
RUN cpanm --local-lib="$HOME/perl5" 'local::lib' && \
eval "$(perl -I ~/perl5/lib/perl5/ -Mlocal::lib)" && \
# probably not required, but let's setup it here
cat $LOCAL_LIB_FILE >> .bashrc && \
cat $LOCAL_LIB_FILE >> $HOME/.bashrc && \
source $HOME/.bashrc && \
rm -fv $LOCAL_LIB_FILE

RUN cpanm --notest Dist::Zilla && rm -rf "$HOME/.cpanm" && rm -rf /tmp/*
Expand Down

0 comments on commit e6e71ff

Please # to comment.