You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/08/25 01:51:46 UTC

[GitHub] [pulsar] tuteng opened a new pull request #5034: [docker]Fix the problem of missing dependencies less

tuteng opened a new pull request #5034: [docker]Fix the problem of missing dependencies less
URL: https://github.com/apache/pulsar/pull/5034
 
 
   Fixes https://github.com/apache/pulsar/issues/4957
   
   Master Issue: https://github.com/apache/pulsar/issues/4957
   
   ### Motivation
   
   Currently, when packaging the docker image, the dependency less is lost, resulting in the following exception being thrown when presto SQL is running
   ```
   Cannot run program "less": error=2, No such file or directory
   ```
   
   ### Modifications
   
   * Add dependency less
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services