``` has premature member 'control.tar.xz' before 'control.tar.gz', giving up ```
Wait, I got exactly the same error in this PR with Travis and added this line to the `.travis.yml` which fixed it there: ``` - sudo apt-get install -y dpkg # workaround for travis-ci/travis-ci#9361 ``` and as the comment indicates, this problem is described here: travis-ci/travis-ci#9361 (where I also got this workaround). Can you try whether it also fixes the problem with the Docker build if you add that line to the Dockerfile? [ Full content available at: https://github.com/apache/tinkerpop/pull/1026 ] This message was relayed via gitbox.apache.org for [email protected]
