Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docker]Fix the problem of missing dependencies less #5034

Merged
merged 1 commit into from Aug 25, 2019

Conversation

tuteng
Copy link
Member

@tuteng tuteng commented Aug 25, 2019

Fixes #4957

Master Issue: #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

@jiazhai jiazhai modified the milestones: 2.5.0, 2.4.1 Aug 25, 2019
@sijie sijie added area/build type/bug The PR fixed a bug or issue reported a bug labels Aug 25, 2019
@sijie sijie merged commit dd5b4d0 into apache:master Aug 25, 2019
@sijie sijie deleted the fix/docker-image-missing-less branch August 25, 2019 22:10
jiazhai pushed a commit that referenced this pull request Aug 28, 2019
Fixes #4957

Master Issue: #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

(cherry picked from commit dd5b4d0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/build type/bug The PR fixed a bug or issue reported a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

docker image needs to install 'less'
4 participants