We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
phantomjs requires bzip2 to untar its builds. Any node.js projects including phantomjs will break on build without this package.
Solution: Please add bzip2 to the apt-get list in the ubuntu build list.
The text was updated successfully, but these errors were encountered:
Just create your own image extending jetbrains/teamcity-agent
jetbrains/teamcity-agent
FROM jetbrains/teamcity-agent RUN apt-get update RUN apt-get -y install bzip2
Sorry, something went wrong.
No branches or pull requests
phantomjs requires bzip2 to untar its builds. Any node.js projects including phantomjs will break on build without this package.
Solution:
Please add bzip2 to the apt-get list in the ubuntu build list.
The text was updated successfully, but these errors were encountered: