File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,8 +45,8 @@ RUN /tmp/install-conda-deps.sh /tmp/requirements/baseimage.txt /tmp/requirements
4545 find /opt/conda/lib/ruby -maxdepth 3 -name 'erb*' -exec rm -rf {} + && \
4646 rm -f /opt/conda/lib/ruby/gems/*/specifications/default/erb-*.gemspec && \
4747 gem install erb --version '>=6.0.4' --no-document && \
48- find /opt/conda/lib/ruby -maxdepth 3 -name 'net-imap*' -exec rm -rf {} + && \
49- rm -f /opt/conda/lib/ruby/gems/*/specifications/default/ net-imap-*.gemspec && \
48+ find /opt/conda/lib/ruby -maxdepth 4 -name 'net-imap*' -exec rm -rf {} + && \
49+ rm -f /opt/conda/lib/ruby/gems/*/specifications/net-imap-*.gemspec && \
5050 gem install net-imap --version '>=0.6.4' --no-document
5151
5252# Copy source code (includes assembly module)
Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ RUN /tmp/install-conda-deps.sh /tmp/requirements/baseimage.txt /tmp/requirements
4444 find /opt/conda/lib/ruby -maxdepth 3 -name 'erb*' -exec rm -rf {} + && \
4545 rm -f /opt/conda/lib/ruby/gems/*/specifications/default/erb-*.gemspec && \
4646 gem install erb --version '>=6.0.4' --no-document && \
47- find /opt/conda/lib/ruby -maxdepth 3 -name 'net-imap*' -exec rm -rf {} + && \
48- rm -f /opt/conda/lib/ruby/gems/*/specifications/default/ net-imap-*.gemspec && \
47+ find /opt/conda/lib/ruby -maxdepth 4 -name 'net-imap*' -exec rm -rf {} + && \
48+ rm -f /opt/conda/lib/ruby/gems/*/specifications/net-imap-*.gemspec && \
4949 gem install net-imap --version '>=0.6.4' --no-document
5050
5151# Copy source code (includes all modules)
Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ RUN /tmp/install-conda-deps.sh /tmp/requirements/baseimage.txt /tmp/requirements
4242 find /opt/conda/lib/ruby -maxdepth 3 -name 'erb*' -exec rm -rf {} + && \
4343 rm -f /opt/conda/lib/ruby/gems/*/specifications/default/erb-*.gemspec && \
4444 gem install erb --version '>=6.0.4' --no-document && \
45- find /opt/conda/lib/ruby -maxdepth 3 -name 'net-imap*' -exec rm -rf {} + && \
46- rm -f /opt/conda/lib/ruby/gems/*/specifications/default/ net-imap-*.gemspec && \
45+ find /opt/conda/lib/ruby -maxdepth 4 -name 'net-imap*' -exec rm -rf {} + && \
46+ rm -f /opt/conda/lib/ruby/gems/*/specifications/net-imap-*.gemspec && \
4747 gem install net-imap --version '>=0.6.4' --no-document
4848
4949# Copy source code (includes phylo module)
You can’t perform that action at this time.
0 commit comments