GitHub user RobberPhex opened a pull request:
https://github.com/apache/thrift/pull/1464
THRIFT-4452: optimize Dockerfile
Docker build flow:
1. add all repo
2. `apt-get update` (only one time)
3. install dependencies
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/RobberPhex/thrift dockerfile
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/1464.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1464
----
commit a15a2d9bc2e952d984d20a08b7750eac24a3fa09
Author: Robert Lu <robberphex@...>
Date: 2018-01-05T05:44:38Z
optimize Dockerfile
----
---